Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 740d4cb

Browse files
authored
Merge pull request #64 from martinkennelly/change_allowlist
Replace whitelist with allowlist
2 parents c2d9bb5 + f328f29 commit 740d4cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docker/vpp-centos-userspace-cni/startup.conf

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ dpdk {
8888
# vlan-strip-offload on
8989
# }
9090

91-
## Whitelist specific interface by specifying PCI address
91+
## Allowlist specific interface by specifying PCI address
9292
# dev 0000:02:00.0
9393

94-
## Whitelist specific interface by specifying PCI address and in
94+
## Allowlist specific interface by specifying PCI address and in
9595
## addition specify custom parameters for this interface
9696
# dev 0000:02:00.1 {
9797
# num-rx-queues 2

0 commit comments

Comments
 (0)