add firewall plugin (no backend) to default cni config

in order for the fall back mechanisms to work in containernetworking-plugins, the firewall plugin must still be called via the cni configuration file.  however, no backend w

Signed-off-by: Brent Baude <bbaude@redhat.com>
This commit is contained in:
Brent Baude
2020-02-27 14:35:48 -06:00
committed by Matthew Heon
parent 325597871f
commit 6c06fb4e53

View File

@ -31,8 +31,7 @@
}
},
{
"type": "firewall",
"backend": "iptables"
"type": "firewall"
}
]
}