File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,9 @@ With the following file at `/etc/cni/conf.d/fcnet.conflist`:
7070 "resolvConf": "/etc/resolv.conf"
7171 }
7272 },
73+ {
74+ "type": "firewall"
75+ },
7376 {
7477 "type": "tc-redirect-tap"
7578 }
@@ -79,7 +82,8 @@ With the following file at `/etc/cni/conf.d/fcnet.conflist`:
7982
8083and the
8184[ ` ptp ` ] ( https://github.com/containernetworking/plugins/tree/master/plugins/main/ptp ) ,
82- [ ` host-local ` ] ( https://github.com/containernetworking/plugins/tree/master/plugins/ipam/host-local )
85+ [ ` host-local ` ] ( https://github.com/containernetworking/plugins/tree/master/plugins/ipam/host-local ) ,
86+ [ ` firewall ` ] ( https://github.com/containernetworking/plugins/tree/master/plugins/meta/firewall ) ,
8387and [ ` tc-redirect-tap ` ] ( cni/Makefile )
8488CNI plugin binaries installed under ` /opt/cni/bin ` , you can specify, in the Go SDK API,
8589a ` Machine ` with the following ` NetworkInterface ` :
You can’t perform that action at this time.
0 commit comments