diff options
Diffstat (limited to 'vpp/conf')
-rw-r--r-- | vpp/conf/startup.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vpp/conf/startup.conf b/vpp/conf/startup.conf index 7306fa4e..f9f4690d 100644 --- a/vpp/conf/startup.conf +++ b/vpp/conf/startup.conf @@ -38,6 +38,10 @@ dpdk { ## Default is 1024 for both rx and tx # num-rx-desc 512 # num-tx-desc 512 + + ## VLAN strip offload mode for interface + ## Default is off + # vlan-strip-offload on # } ## Whitelist specific interface by specifying PCI address |