diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2025-02-13 19:36:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-13 19:36:35 +0200 |
commit | c2238596f7994e51974e9a517fb7ab7e948e955f (patch) | |
tree | 407e41789780a2d19003e36800d6588dda8d00ee /interface-definitions/protocols_static.xml.in | |
parent | 5ddcfdb4c9352e1178f275eeb317b049795fd1a8 (diff) | |
parent | b702dfc362d16e11d96debc39a2dcdcc72619277 (diff) | |
download | vyos-1x-c2238596f7994e51974e9a517fb7ab7e948e955f.tar.gz vyos-1x-c2238596f7994e51974e9a517fb7ab7e948e955f.zip |
Merge pull request #4346 from c-po/bgp-T7161
T7161: fix BGP IPv4/IPv6 unicast AFI "redistribute table" command
Diffstat (limited to 'interface-definitions/protocols_static.xml.in')
-rw-r--r-- | interface-definitions/protocols_static.xml.in | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/interface-definitions/protocols_static.xml.in b/interface-definitions/protocols_static.xml.in index d8e0ee56b..c721bb3fc 100644 --- a/interface-definitions/protocols_static.xml.in +++ b/interface-definitions/protocols_static.xml.in @@ -65,14 +65,8 @@ #include <include/static/static-route6.xml.i> <tagNode name="table"> <properties> - <help>Policy route table number</help> - <valueHelp> - <format>u32:1-200</format> - <description>Policy route table number</description> - </valueHelp> - <constraint> - <validator name="numeric" argument="--range 1-200"/> - </constraint> + <help>Non-main Kernel Routing Table</help> + #include <include/constraint/protocols-static-table.xml.i> </properties> <children> <!-- |