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`:
70
70
"resolvConf": "/etc/resolv.conf"
71
71
}
72
72
},
73
+ {
74
+ "type": "firewall"
75
+ },
73
76
{
74
77
"type": "tc-redirect-tap"
75
78
}
@@ -79,7 +82,8 @@ With the following file at `/etc/cni/conf.d/fcnet.conflist`:
79
82
80
83
and the
81
84
[ ` 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 ) ,
83
87
and [ ` tc-redirect-tap ` ] ( cni/Makefile )
84
88
CNI plugin binaries installed under ` /opt/cni/bin ` , you can specify, in the Go SDK API,
85
89
a ` Machine ` with the following ` NetworkInterface ` :
You can’t perform that action at this time.
0 commit comments