diff options
5 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 066c732..e44d489 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +vyatta-cfg-qos (0.14.7) unstable; urgency=low + + * add a few missing templates + + -- An-Cheng Huang <ancheng@vyatta.com> Tue, 01 Jun 2010 16:34:39 -0700 + vyatta-cfg-qos (0.14.6) unstable; urgency=low * Make sure perl modules end with 1; diff --git a/interface-templates/input-policy/limit/class/node.tag/match/node.tag/ether/node.def b/interface-templates/input-policy/limit/class/node.tag/match/node.tag/ether/node.def new file mode 100644 index 0000000..4b3a15c --- /dev/null +++ b/interface-templates/input-policy/limit/class/node.tag/match/node.tag/ether/node.def @@ -0,0 +1 @@ +help: Set ether parameters for this match diff --git a/interface-templates/input-policy/limit/class/node.tag/match/node.tag/ip/node.def b/interface-templates/input-policy/limit/class/node.tag/match/node.tag/ip/node.def new file mode 100644 index 0000000..248a3b9 --- /dev/null +++ b/interface-templates/input-policy/limit/class/node.tag/match/node.tag/ip/node.def @@ -0,0 +1 @@ +help: Set ip parameters for this match diff --git a/interface-templates/input-policy/limit/class/node.tag/match/node.tag/ipv6/node.def b/interface-templates/input-policy/limit/class/node.tag/match/node.tag/ipv6/node.def new file mode 100644 index 0000000..0c29ab0 --- /dev/null +++ b/interface-templates/input-policy/limit/class/node.tag/match/node.tag/ipv6/node.def @@ -0,0 +1 @@ +help: Set ipv6 parameters for this match diff --git a/interface-templates/input-policy/limit/node.def b/interface-templates/input-policy/limit/node.def new file mode 100644 index 0000000..a0792cc --- /dev/null +++ b/interface-templates/input-policy/limit/node.def @@ -0,0 +1 @@ +help: Set incoming packet limit policy |