diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-05-06 20:00:37 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-05-06 20:00:37 +0200 |
commit | 628db87bda8b124ffb23426daf2670de692a3f08 (patch) | |
tree | a7a7165795982580ba1e39ecea7cc0f33c584f60 /interface-definitions/include | |
parent | ae5e67d3bc2ee26fe6ecaac0f0e6329d24469c4c (diff) | |
download | vyos-1x-628db87bda8b124ffb23426daf2670de692a3f08.tar.gz vyos-1x-628db87bda8b124ffb23426daf2670de692a3f08.zip |
vrf: ospf: T3523: add route-map support for kernel routes
Diffstat (limited to 'interface-definitions/include')
-rw-r--r-- | interface-definitions/include/ospf/protocol-common-config.xml.i | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-definitions/include/ospf/protocol-common-config.xml.i b/interface-definitions/include/ospf/protocol-common-config.xml.i index 2993a3dfb..db39b1a86 100644 --- a/interface-definitions/include/ospf/protocol-common-config.xml.i +++ b/interface-definitions/include/ospf/protocol-common-config.xml.i @@ -697,6 +697,7 @@ </leafNode> </children> </node> +#include <include/route-map.xml.i> <node name="timers"> <properties> <help>Adjust routing timers</help> |