diff options
author | Daniil Baturin <daniil@vyos.io> | 2022-07-30 11:16:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-30 11:16:54 +0100 |
commit | c3e4aab59ad6bdfca152fb2491c6c8154aeed6af (patch) | |
tree | bf4beee0c47b1c2e7724e64818fdb74e5d5a1a68 | |
parent | df7ab525e8b2b80ba2a08a482d7acbc90e5ec1c2 (diff) | |
parent | 936cdb2563fbe6c5fddfdc0ddf4e070d22fe6448 (diff) | |
download | vyatta-cfg-system-c3e4aab59ad6bdfca152fb2491c6c8154aeed6af.tar.gz vyatta-cfg-system-c3e4aab59ad6bdfca152fb2491c6c8154aeed6af.zip |
Merge pull request #182 from sever-sever/T3714-eq
sysctl: T3714: Change priority for sysctl custom options
-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 |