diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-07-05 11:41:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-05 11:41:00 +0200 |
commit | 17de26043996f04452a31458134da4837ba132c1 (patch) | |
tree | d89aea4d49bce499c828dfa984510fa093bccecf /interface-definitions | |
parent | 93a2cc132f47c19151743270160252c701a4fa81 (diff) | |
parent | b8ce41aa924e42b5d47924540fb1e45185c5d983 (diff) | |
download | vyos-1x-17de26043996f04452a31458134da4837ba132c1.tar.gz vyos-1x-17de26043996f04452a31458134da4837ba132c1.zip |
Merge pull request #489 from DmitriyEshenko/fix-fnm-07042020
ids: T2659: Add priority after bgp for correct service starting
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/service-ids-ddos-protection.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-definitions/service-ids-ddos-protection.xml.in b/interface-definitions/service-ids-ddos-protection.xml.in index 741533bb4..93d4cc682 100644 --- a/interface-definitions/service-ids-ddos-protection.xml.in +++ b/interface-definitions/service-ids-ddos-protection.xml.in @@ -10,6 +10,7 @@ <node name="ddos-protection" owner="${vyos_conf_scripts_dir}/service_ids_fastnetmon.py"> <properties> <help>FastNetMon detection and protection parameters</help> + <priority>731</priority> </properties> <children> <leafNode name="alert-script"> |