summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Hendry <jhendry@mintel.com>2014-10-31 23:30:46 +0000
committerJason Hendry <jhendry@mintel.com>2014-10-31 23:30:46 +0000
commit1eb080a43e18bc0975a256496175a586d2f2e632 (patch)
tree1390c068936c8fb9948ee636cba88fdd513acce8
parente032779c46744ea53d0558e3d61950bdbf4c6c6a (diff)
downloadvyatta-cfg-system-1eb080a43e18bc0975a256496175a586d2f2e632.tar.gz
vyatta-cfg-system-1eb080a43e18bc0975a256496175a586d2f2e632.zip
Creating template for net.ipv4.ipfrag_time sysctl
-rw-r--r--templates/system/sysctl/net.ipv4.ipfrag_time/node.def12
-rw-r--r--templates/system/sysctl/node.def1
2 files changed, 13 insertions, 0 deletions
diff --git a/templates/system/sysctl/net.ipv4.ipfrag_time/node.def b/templates/system/sysctl/net.ipv4.ipfrag_time/node.def
new file mode 100644
index 00000000..ee390f44
--- /dev/null
+++ b/templates/system/sysctl/net.ipv4.ipfrag_time/node.def
@@ -0,0 +1,12 @@
+#
+# Configuration template for offload settings
+#
+
+priority: 319 # Failure barrier only - no ordering constraints
+
+type: u32
+help: Configure net.ipv4.ipfrag_time option
+val_help: <integer>; Set net.ipv4.ipfrag_time to specific value
+
+update: sudo /opt/vyatta/sbin/vyatta_update_sysctl.pl --option net.ipv4.ipfrag_time $VAR(@)
+
diff --git a/templates/system/sysctl/node.def b/templates/system/sysctl/node.def
new file mode 100644
index 00000000..95c9435d
--- /dev/null
+++ b/templates/system/sysctl/node.def
@@ -0,0 +1 @@
+help: Sysctl parameters