summaryrefslogtreecommitdiff
path: root/interface-definitions
diff options
context:
space:
mode:
authoraapostoliuk <108394744+aapostoliuk@users.noreply.github.com>2025-05-29 15:35:09 +0300
committerGitHub <noreply@github.com>2025-05-29 14:35:09 +0200
commita439be2447f5f7e8be19c6f5b86f8dcc3d056385 (patch)
tree6b1172c4e2b313eb9d9e2e709e3b5f3dcf0c0ed8 /interface-definitions
parent3e5eb3a4bd3935a7473b84558691f77793045021 (diff)
downloadvyos-1x-a439be2447f5f7e8be19c6f5b86f8dcc3d056385.tar.gz
vyos-1x-a439be2447f5f7e8be19c6f5b86f8dcc3d056385.zip
zebra: T7349: Added importing routes from non to the kernel routing table
* zebra: T7349: Added importing routes from non to the kernel routing table Added importing routes from non to the kernel routing table. --------- Co-authored-by: Christian Breunig <christian@breunig.cc>
Diffstat (limited to 'interface-definitions')
-rw-r--r--interface-definitions/system_ip.xml.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/interface-definitions/system_ip.xml.in b/interface-definitions/system_ip.xml.in
index b4b5092fe..f2bb5bd8a 100644
--- a/interface-definitions/system_ip.xml.in
+++ b/interface-definitions/system_ip.xml.in
@@ -17,6 +17,22 @@
#include <include/arp-ndp-table-size.xml.i>
</children>
</node>
+ <tagNode name="import-table">
+ <properties>
+ <help>Routing table for import</help>
+ <valueHelp>
+ <format>u32:1-252</format>
+ <description>Table number</description>
+ </valueHelp>
+ <constraint>
+ <validator name="numeric" argument="--range 1-252"/>
+ </constraint>
+ </properties>
+ <children>
+ #include <include/static/static-route-distance.xml.i>
+ #include <include/route-map.xml.i>
+ </children>
+ </tagNode>
<leafNode name="disable-forwarding">
<properties>
<help>Disable IPv4 forwarding on all interfaces</help>