diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2022-07-13 14:19:34 +0000 |
---|---|---|
committer | Viacheslav Hletenko <v.gletenko@vyos.io> | 2022-07-13 14:19:34 +0000 |
commit | 936cdb2563fbe6c5fddfdc0ddf4e070d22fe6448 (patch) | |
tree | bf4beee0c47b1c2e7724e64818fdb74e5d5a1a68 | |
parent | df7ab525e8b2b80ba2a08a482d7acbc90e5ec1c2 (diff) | |
download | vyatta-cfg-system-936cdb2563fbe6c5fddfdc0ddf4e070d22fe6448.tar.gz vyatta-cfg-system-936cdb2563fbe6c5fddfdc0ddf4e070d22fe6448.zip |
sysctl: T3714: Change priority for sysctl custom options
Sysctl options should be applied after interface tunnel
As some options exists only after tunnel creating
-rw-r--r-- | templates/system/sysctl/custom/node.def | 2 | ||||
-rw-r--r-- | templates/system/sysctl/custom/node.tag/value/node.def | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/system/sysctl/custom/node.def b/templates/system/sysctl/custom/node.def index a072b2ba..8a5bb46a 100644 --- a/templates/system/sysctl/custom/node.def +++ b/templates/system/sysctl/custom/node.def @@ -1,5 +1,5 @@ tag: -priority: 318 +priority: 410 type: txt help: Define specific sysctl options to modify val_help: <sysctl_option> ; Name of sysctl option you want to modify diff --git a/templates/system/sysctl/custom/node.tag/value/node.def b/templates/system/sysctl/custom/node.tag/value/node.def index 08a5f5a3..5f932106 100644 --- a/templates/system/sysctl/custom/node.tag/value/node.def +++ b/templates/system/sysctl/custom/node.tag/value/node.def @@ -1,4 +1,4 @@ -priority: 319 # Failure barrier only - no ordering constraints +priority: 411 # Failure barrier only - no ordering constraints type: txt help: Configure sysctl option |