diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-04-11 19:23:10 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-04-12 21:16:19 +0200 |
commit | 5d9238f1d7f8d19893537a8076031903e8fea271 (patch) | |
tree | 213fd704444a8ecdd75fc7c7b083adacab0870b4 /interface-definitions | |
parent | 46391367806834f0f8e60f0894da6b91711d51bc (diff) | |
download | vyos-1x-5d9238f1d7f8d19893537a8076031903e8fea271.tar.gz vyos-1x-5d9238f1d7f8d19893537a8076031903e8fea271.zip |
rip: T3328: route-map to zebra/kernel can not be removed
Removing the Zebra/Linux Kernel route-map added by "set protocols rip route-map"
was not removed once applied. This was because the removal must happen within
the zebra daemon and not ripd.
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/protocols-rip.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-definitions/protocols-rip.xml.in b/interface-definitions/protocols-rip.xml.in index fd1a84bb8..4fcfcfc27 100644 --- a/interface-definitions/protocols-rip.xml.in +++ b/interface-definitions/protocols-rip.xml.in @@ -225,6 +225,7 @@ </properties> </leafNode> #include <include/rip/rip-timers.xml.i> + #include <include/route-map.xml.i> </children> </node> </children> |