diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-03-19 16:23:23 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-03-19 16:23:53 +0100 |
commit | 10f48fbb7453ef064bd036a0dca2b31de2907692 (patch) | |
tree | b9a1aff1d84d3362eaf29f9f16233171b12487d0 | |
parent | d287cebbc95f516d395534e6ea2d95e3412bd21f (diff) | |
download | vyos-1x-10f48fbb7453ef064bd036a0dca2b31de2907692.tar.gz vyos-1x-10f48fbb7453ef064bd036a0dca2b31de2907692.zip |
rip: T2547: add missing priority node
(cherry picked from commit ce7a4b77a59952042b698f6a1edabcfe26d90902)
-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 283e3183e..cafd5464f 100644 --- a/interface-definitions/protocols-rip.xml.in +++ b/interface-definitions/protocols-rip.xml.in @@ -5,6 +5,7 @@ <node name="rip" owner="${vyos_conf_scripts_dir}/protocols_rip.py"> <properties> <help>Routing Information Protocol (RIP) parameters</help> + <priority>650</priority> </properties> <children> <leafNode name="default-distance"> |