diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-03-19 16:24:44 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-03-19 16:24:44 +0100 |
commit | 84b4f96c48e38aa3d9c2eca8ccdf375b33841c6e (patch) | |
tree | 43940808d50ab8a61ec7ca5333c0342089efc63d | |
parent | ce7a4b77a59952042b698f6a1edabcfe26d90902 (diff) | |
download | vyos-1x-84b4f96c48e38aa3d9c2eca8ccdf375b33841c6e.tar.gz vyos-1x-84b4f96c48e38aa3d9c2eca8ccdf375b33841c6e.zip |
ripng: T3281: add missing priority node
-rw-r--r-- | interface-definitions/protocols-ripng.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-definitions/protocols-ripng.xml.in b/interface-definitions/protocols-ripng.xml.in index 1bd52d18e..fe7411e65 100644 --- a/interface-definitions/protocols-ripng.xml.in +++ b/interface-definitions/protocols-ripng.xml.in @@ -5,6 +5,7 @@ <node name="ripng" owner="${vyos_conf_scripts_dir}/protocols_ripng.py"> <properties> <help>Routing Information Protocol (RIPng) parameters</help> + <priority>660</priority> </properties> <children> <leafNode name="aggregate-address"> |