From 2865bcc11a4bd7244fb03455aea4cb4ba84d07b7 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Wed, 29 Dec 2021 08:11:12 -0500 Subject: Improve tunnel interface help strings --- interface-definitions/interfaces-tunnel.xml.in | 52 +++++++++++++------------- 1 file changed, 26 insertions(+), 26 deletions(-) (limited to 'interface-definitions/interfaces-tunnel.xml.in') diff --git a/interface-definitions/interfaces-tunnel.xml.in b/interface-definitions/interfaces-tunnel.xml.in index cca732f82..203685790 100644 --- a/interface-definitions/interfaces-tunnel.xml.in +++ b/interface-definitions/interfaces-tunnel.xml.in @@ -66,39 +66,39 @@ gre - Generic Routing Encapsulation + Generic Routing Encapsulation (network layer) gretap - Generic Routing Encapsulation (virtual L2 tunnel) + Generic Routing Encapsulation (datalink layer) ip6erspan - Encapsulated Remote Switched Port Analyzer over IPv6 network + Encapsulated Remote Switched Port Analyzer over IPv6 ip6gre - GRE over IPv6 network + GRE over IPv6 (network layer) ip6gretap - Generic Routing Encapsulation over IPv6 (virtual L2 tunnel) + GRE over IPv6 (datalink layer) ip6ip6 - IP6 in IP6 encapsulation + IPv6 in IPv6 encapsulation ipip - IP in IP encapsulation + IPv4 in IPv4 encapsulation ipip6 - IP in IP6 encapsulation + IPv4 in IP6 encapsulation sit - Simple Internet Transition encapsulation + Simple Internet Transition (IPv6 in IPv4) ^(erspan|gre|gretap|ip6erspan|ip6gre|ip6gretap|ip6ip6|ipip|ipip6|sit)$ @@ -114,11 +114,11 @@ enable - Enable Multicast + Enable multicast disable - Disable Multicast (default) + Disable multicast (default) ^(enable|disable)$ @@ -133,22 +133,22 @@ - ERSPAN Tunnel parameters + ERSPAN tunnel parameters - Specifies mirrored traffic direction + Mirrored traffic direction ingress egress ingress - Mirror ingress direction + Mirror ingress traffic egress - Mirror egress direction + Mirror egress traffic ^(ingress|egress)$ @@ -157,10 +157,10 @@ - Unique identifier of ERSPAN engine within a system + Unique identifier of an ERSPAN engine within a system u32:0-1048575 - Unique identifier of ERSPAN engine + Unique identifier of an ERSPAN engine @@ -169,7 +169,7 @@ - Specifify ERSPAN version 1 index field + ERSPAN version 1 index field u32:0-63 Platform-depedent field for specifying port number and direction @@ -203,18 +203,18 @@ - IPv4 specific tunnel parameters + IPv4-specific tunnel parameters - Disable Path MTU Discovery on this tunnel + Disable path MTU discovery - Enable IPv4 DF suppression on this tunnel + Ignore the DF (don't fragment) bit @@ -228,7 +228,7 @@ - IPv6 specific tunnel parameters + IPv6-specific tunnel parameters @@ -239,11 +239,11 @@ u32:0-255 - Encaplimit (default: 4) + Encapsulation limit (default: 4) none - Encaplimit disabled + Disable encapsulation limit ^(none)$ @@ -259,12 +259,12 @@ Hoplimit u32:0-255 - Hoplimit (default 64) + Hop limit (default: 64) - hoplimit must be between 0-255 + hop limit must be between 0-255 64 -- cgit v1.2.3