diff options
author | Nathan Skrzypczak <nathan.skrzypczak@gmail.com> | 2021-10-06 15:03:35 +0200 |
---|---|---|
committer | Nathan Skrzypczak <nathan.skrzypczak@gmail.com> | 2021-10-06 15:04:00 +0200 |
commit | 5e6a1651c4759eac56a0409a75e6d3b75511d234 (patch) | |
tree | 377777254a697f8da7a706ab9c652e55213429a5 /src/vnet/vxlan | |
parent | fd51e849bfc00fb6b5150f485172070d0e1a6800 (diff) |
docs: more nitfixes
Type: fix
Change-Id: I41455e1cdc62e7c0baa148630b0701b042f3b156
Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
Diffstat (limited to 'src/vnet/vxlan')
-rw-r--r-- | src/vnet/vxlan/vxlan.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vnet/vxlan/vxlan.c b/src/vnet/vxlan/vxlan.c index dcf480578a7..f62b9252377 100644 --- a/src/vnet/vxlan/vxlan.c +++ b/src/vnet/vxlan/vxlan.c @@ -1073,7 +1073,7 @@ set_ip4_vxlan_bypass (vlib_main_t * vm, /*? * This command adds the 'ip4-vxlan-bypass' graph node for a given interface. * By adding the IPv4 vxlan-bypass graph node to an interface, the node checks - * for and validate input vxlan packet and bypass ip4-lookup, ip4-local, + * for and validate input vxlan packet and bypass ip4-lookup, ip4-local, * ip4-udp-lookup nodes to speedup vxlan packet forwarding. This node will * cause extra overhead to for non-vxlan packets which is kept at a minimum. * @@ -1130,7 +1130,7 @@ set_ip6_vxlan_bypass (vlib_main_t * vm, /*? * This command adds the 'ip6-vxlan-bypass' graph node for a given interface. * By adding the IPv6 vxlan-bypass graph node to an interface, the node checks - * for and validate input vxlan packet and bypass ip6-lookup, ip6-local, + * for and validate input vxlan packet and bypass ip6-lookup, ip6-local, * ip6-udp-lookup nodes to speedup vxlan packet forwarding. This node will * cause extra overhead to for non-vxlan packets which is kept at a minimum. * |