diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-04-08 17:42:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-08 17:42:29 +0200 |
commit | 27d70a21a2e086a2137fea1216fa5ce757d77e89 (patch) | |
tree | ae6638dc63dde735b6cb7bf2594a17166a4b4707 | |
parent | 3d65f12e38f721ae37b65e058f0c59a24d6a6886 (diff) | |
parent | e0c5d4ae357361da51c821fbaff580701c01e1e3 (diff) | |
download | vyos-1x-27d70a21a2e086a2137fea1216fa5ce757d77e89.tar.gz vyos-1x-27d70a21a2e086a2137fea1216fa5ce757d77e89.zip |
Merge pull request #312 from DmitriyEshenko/patch-11
tunnel: T1579: Change help value for encapsulation node
-rw-r--r-- | interface-definitions/interfaces-tunnel.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/interfaces-tunnel.xml.in b/interface-definitions/interfaces-tunnel.xml.in index 3ba82067f..e1ac60319 100644 --- a/interface-definitions/interfaces-tunnel.xml.in +++ b/interface-definitions/interfaces-tunnel.xml.in @@ -107,7 +107,7 @@ </leafNode> <leafNode name="encapsulation"> <properties> - <help>Ignore link state changes</help> + <help>Encapsulation of this tunnel interface</help> <completionHelp> <list>gre gre-bridge ipip sit ipip6 ip6ip6 ip6gre</list> </completionHelp> |