diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-01-13 21:40:36 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-01-13 21:43:16 +0100 |
commit | 4f4362736de7a8d75ad31c158e7964e65cc4b1bd (patch) | |
tree | 529233b2fcc9168187c5a33b8d2bd6105bd055ba /interface-definitions/vrf.xml.in | |
parent | 65f66d73d56006779d4bd698b2ce039374614548 (diff) | |
download | vyos-1x-4f4362736de7a8d75ad31c158e7964e65cc4b1bd.tar.gz vyos-1x-4f4362736de7a8d75ad31c158e7964e65cc4b1bd.zip |
ssh: T3212: do not make /run/sshd directory disappear on failure
(cherry picked from commit 57fca79636b783dc4be2df1bc1ff12a0ce79d988)
Diffstat (limited to 'interface-definitions/vrf.xml.in')
-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 159f4ea3e..06923971d 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>60</priority> + <priority>10</priority> </properties> <children> <leafNode name="bind-to-all"> |