diff options
author | Steven Luong <sluong@cisco.com> | 2023-11-07 13:41:16 -0800 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2023-11-15 14:07:33 +0000 |
commit | ac49cf9205c19a3a56e1a71589bdfaacadfe88b1 (patch) | |
tree | 7bc0fdb738a0ddecc78320dfb41aeaeb59c75b60 /extras | |
parent | bae6b6d1f2a2e6623257afab21e05da2d795323a (diff) |
docs: Remove references to vlan-strip-offload as it is deprecated
Type: fix
Change-Id: I3a258433cf507f48cd67332387eb7fef103a88f8
Signed-off-by: Steven Luong <sluong@cisco.com>
Diffstat (limited to 'extras')
-rw-r--r-- | extras/vpp_config/data/startup.conf.template | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/extras/vpp_config/data/startup.conf.template b/extras/vpp_config/data/startup.conf.template index ccd2cf34a4e..baa58f1de53 100644 --- a/extras/vpp_config/data/startup.conf.template +++ b/extras/vpp_config/data/startup.conf.template @@ -98,10 +98,6 @@ dpdk {{ # num-rx-desc 512 # num-tx-desc 512 - ## VLAN strip offload mode for interface - ## Default is off - # vlan-strip-offload on - ## TCP Segment Offload ## Default is off ## To enable TSO, 'enable-tcp-udp-checksum' must be set |