diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-07-04 21:22:52 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-07-04 21:36:51 +0200 |
commit | d88e7a17000c65f2a2cf8d2b6581bb73151f10da (patch) | |
tree | 782284acdb29136d9b670a89a6b06cedff536dc5 /interface-definitions | |
parent | ff7dd3b9de82347cc77612cb79dc159661320d49 (diff) | |
download | vyos-1x-d88e7a17000c65f2a2cf8d2b6581bb73151f10da.tar.gz vyos-1x-d88e7a17000c65f2a2cf8d2b6581bb73151f10da.zip |
vrf: T31: lower startup priority to 60
VRFs should be created as early as possible.
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/vrf.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/vrf.xml.in b/interface-definitions/vrf.xml.in index 9b9828ddd..159f4ea3e 100644 --- a/interface-definitions/vrf.xml.in +++ b/interface-definitions/vrf.xml.in @@ -4,7 +4,7 @@ <properties> <help>Virtual Routing and Forwarding</help> <!-- must be before any interface creation --> - <priority>210</priority> + <priority>60</priority> </properties> <children> <leafNode name="bind-to-all"> |