diff options
author | Daniil Baturin <daniil@vyos.io> | 2023-06-30 20:02:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-30 20:02:37 +0100 |
commit | 881eee52bd1151287926c29944cd0b8a977f20fb (patch) | |
tree | 31666fd0712c7a32a06576da1bd7048f15b26518 | |
parent | badb234f1d7a7773514c6126fcec2d8d3d7c2a8b (diff) | |
parent | 3d5aba0775ff0d858d6c75d6aa37183be73c15aa (diff) | |
download | vyos-1x-881eee52bd1151287926c29944cd0b8a977f20fb.tar.gz vyos-1x-881eee52bd1151287926c29944cd0b8a977f20fb.zip |
Merge pull request #2063 from srividya0208/T5329
T5329 : priority: tunnel config is committed before wireguard
-rw-r--r-- | interface-definitions/interfaces-wireguard.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/interfaces-wireguard.xml.in b/interface-definitions/interfaces-wireguard.xml.in index 03f169c05..dd1e8e511 100644 --- a/interface-definitions/interfaces-wireguard.xml.in +++ b/interface-definitions/interfaces-wireguard.xml.in @@ -5,7 +5,7 @@ <tagNode name="wireguard" owner="${vyos_conf_scripts_dir}/interfaces-wireguard.py"> <properties> <help>WireGuard Interface</help> - <priority>381</priority> + <priority>379</priority> <constraint> <regex>wg[0-9]+</regex> </constraint> |