summaryrefslogtreecommitdiff
path: root/interface-definitions
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2022-10-29 20:58:04 +0200
committerChristian Poessinger <christian@poessinger.com>2022-10-29 20:58:04 +0200
commit07afb79785ac5005a02df60df1ea427bdabe7de7 (patch)
tree1a5272f63b1c9d06f617b1cf5023f9b09b7f9eda /interface-definitions
parent0514a2b854634b9073719519b7da3049efca90ad (diff)
downloadvyos-1x-07afb79785ac5005a02df60df1ea427bdabe7de7.tar.gz
vyos-1x-07afb79785ac5005a02df60df1ea427bdabe7de7.zip
static: T4784: add description node for static route/route6 tagNodes
Diffstat (limited to 'interface-definitions')
-rw-r--r--interface-definitions/include/static/static-route.xml.i1
-rw-r--r--interface-definitions/include/static/static-route6.xml.i1
2 files changed, 2 insertions, 0 deletions
diff --git a/interface-definitions/include/static/static-route.xml.i b/interface-definitions/include/static/static-route.xml.i
index 2de5dc58f..04ee999c7 100644
--- a/interface-definitions/include/static/static-route.xml.i
+++ b/interface-definitions/include/static/static-route.xml.i
@@ -14,6 +14,7 @@
#include <include/static/static-route-blackhole.xml.i>
#include <include/static/static-route-reject.xml.i>
#include <include/dhcp-interface.xml.i>
+ #include <include/generic-description.xml.i>
<tagNode name="interface">
<properties>
<help>Next-hop IPv4 router interface</help>
diff --git a/interface-definitions/include/static/static-route6.xml.i b/interface-definitions/include/static/static-route6.xml.i
index 35feef41c..6131ac7fe 100644
--- a/interface-definitions/include/static/static-route6.xml.i
+++ b/interface-definitions/include/static/static-route6.xml.i
@@ -13,6 +13,7 @@
<children>
#include <include/static/static-route-blackhole.xml.i>
#include <include/static/static-route-reject.xml.i>
+ #include <include/generic-description.xml.i>
<tagNode name="interface">
<properties>
<help>IPv6 gateway interface name</help>