From e59537545e40756a893134c25eff533ccce3adb8 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Fri, 4 Nov 2011 05:55:45 +0700 Subject: Move templates t templates-cfg to let op mode templates also exist. --- templates-cfg/system/conntrack/modules/h323/disable/node.def | 7 +++++++ templates-cfg/system/conntrack/modules/h323/node.def | 1 + 2 files changed, 8 insertions(+) create mode 100644 templates-cfg/system/conntrack/modules/h323/disable/node.def create mode 100644 templates-cfg/system/conntrack/modules/h323/node.def (limited to 'templates-cfg/system/conntrack/modules/h323') diff --git a/templates-cfg/system/conntrack/modules/h323/disable/node.def b/templates-cfg/system/conntrack/modules/h323/disable/node.def new file mode 100644 index 0000000..1fb0117 --- /dev/null +++ b/templates-cfg/system/conntrack/modules/h323/disable/node.def @@ -0,0 +1,7 @@ +help: Disable H.323 connection tracking + +create: sudo rmmod nf_nat_h323 + sudo rmmod nf_conntrack_h323 + +delete: sudo modprobe nf_conntrack_h323 + sudo modprobe nf_nat_h323 \ No newline at end of file diff --git a/templates-cfg/system/conntrack/modules/h323/node.def b/templates-cfg/system/conntrack/modules/h323/node.def new file mode 100644 index 0000000..ae4b787 --- /dev/null +++ b/templates-cfg/system/conntrack/modules/h323/node.def @@ -0,0 +1 @@ +help: H.323 connection tracking settings \ No newline at end of file -- cgit v1.2.3