diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-04-20 07:56:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-20 07:56:13 +0200 |
commit | cfc474b3e45762e0c15f9cfca76a3c1b66ff233e (patch) | |
tree | 3bc72e230f6bb949b915defce4e9175198877b9b /interface-definitions | |
parent | d579a6c16c694f7c1867a0fba4314baaeddda358 (diff) | |
download | vyos-1x-cfc474b3e45762e0c15f9cfca76a3c1b66ff233e.tar.gz vyos-1x-cfc474b3e45762e0c15f9cfca76a3c1b66ff233e.zip |
macvlan: pseudo-ethernet: T2341: adjust priority to support bond source-interfaces
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/interfaces-pseudo-ethernet.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/interfaces-pseudo-ethernet.xml.in b/interface-definitions/interfaces-pseudo-ethernet.xml.in index c6e61d19a..d13561232 100644 --- a/interface-definitions/interfaces-pseudo-ethernet.xml.in +++ b/interface-definitions/interfaces-pseudo-ethernet.xml.in @@ -5,7 +5,7 @@ <tagNode name="pseudo-ethernet" owner="${vyos_conf_scripts_dir}/interfaces-pseudo-ethernet.py"> <properties> <help>Pseudo Ethernet</help> - <priority>319</priority> + <priority>321</priority> <constraint> <regex>^peth[0-9]+$</regex> </constraint> |