diff options
Diffstat (limited to 'templates/system/ipv6')
-rw-r--r-- | templates/system/ipv6/blacklist/node.def | 1 | ||||
-rw-r--r-- | templates/system/ipv6/disable-forwarding/node.def | 1 | ||||
-rw-r--r-- | templates/system/ipv6/disable/node.def | 1 | ||||
-rw-r--r-- | templates/system/ipv6/neighbor/node.def | 1 | ||||
-rw-r--r-- | templates/system/ipv6/node.def | 1 |
5 files changed, 4 insertions, 1 deletions
diff --git a/templates/system/ipv6/blacklist/node.def b/templates/system/ipv6/blacklist/node.def index ce8dafd1..081425bd 100644 --- a/templates/system/ipv6/blacklist/node.def +++ b/templates/system/ipv6/blacklist/node.def @@ -1,3 +1,4 @@ +priority: 400 help: Prevent the IPv6 kernel module from being loaded create: diff --git a/templates/system/ipv6/disable-forwarding/node.def b/templates/system/ipv6/disable-forwarding/node.def index 4d374455..10357338 100644 --- a/templates/system/ipv6/disable-forwarding/node.def +++ b/templates/system/ipv6/disable-forwarding/node.def @@ -1,3 +1,4 @@ +priority: 400 help: Disable IPv6 forwarding on all interfaces # Disable IPv6 forwarding for all interfaces we currently have, diff --git a/templates/system/ipv6/disable/node.def b/templates/system/ipv6/disable/node.def index be1ce2f5..eb61557f 100644 --- a/templates/system/ipv6/disable/node.def +++ b/templates/system/ipv6/disable/node.def @@ -1,3 +1,4 @@ +priority: 400 help: Disable assignment of IPv6 addresses on all interfaces create: diff --git a/templates/system/ipv6/neighbor/node.def b/templates/system/ipv6/neighbor/node.def index ed434588..ca609636 100644 --- a/templates/system/ipv6/neighbor/node.def +++ b/templates/system/ipv6/neighbor/node.def @@ -1 +1,2 @@ +priority: 400 help: Parameters for Neighbor cache diff --git a/templates/system/ipv6/node.def b/templates/system/ipv6/node.def index 4801c82d..d67a124a 100644 --- a/templates/system/ipv6/node.def +++ b/templates/system/ipv6/node.def @@ -1,2 +1 @@ -priority: 400 help: IPv6 settings |