diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-04-08 17:33:04 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-04-08 20:13:43 +0200 |
commit | 32ac0dcf88f2b451d713b6eff7ab58d45565f8c8 (patch) | |
tree | 1668b8bb7c313b59318b045d0f87e6a02e87e0c9 /interface-definitions/protocols-ospf.xml.in | |
parent | 4c3e1b1390e363e34b7e44e07b26e9bea355c659 (diff) | |
download | vyos-1x-32ac0dcf88f2b451d713b6eff7ab58d45565f8c8.tar.gz vyos-1x-32ac0dcf88f2b451d713b6eff7ab58d45565f8c8.zip |
ospf: T2271: zebra route-map can only be set for default VRF
Diffstat (limited to 'interface-definitions/protocols-ospf.xml.in')
-rw-r--r-- | interface-definitions/protocols-ospf.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-definitions/protocols-ospf.xml.in b/interface-definitions/protocols-ospf.xml.in index d9c3325ec..4431a1772 100644 --- a/interface-definitions/protocols-ospf.xml.in +++ b/interface-definitions/protocols-ospf.xml.in @@ -9,6 +9,7 @@ </properties> <children> #include <include/ospf/ospf-common-config.xml.i> + #include <include/route-map.xml.i> </children> </node> </children> |