diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-04-15 16:18:39 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-04-15 17:00:44 -0700 |
commit | ff7a087858d97a98e7de05f3925c74d2b143b9fb (patch) | |
tree | 2a65944a9fb2a2e225844c7fd16f8a60e700d39f /interface-templates | |
parent | 4a59bd28bf2d7c901505be21db4bc12415f0711d (diff) | |
download | vyatta-cfg-qos-ff7a087858d97a98e7de05f3925c74d2b143b9fb.tar.gz vyatta-cfg-qos-ff7a087858d97a98e7de05f3925c74d2b143b9fb.zip |
Add checking at commit for input policy
Handle configuration errors in policy.
Diffstat (limited to 'interface-templates')
-rw-r--r-- | interface-templates/input-policy/node.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/interface-templates/input-policy/node.def b/interface-templates/input-policy/node.def index 4f25d62..8062561 100644 --- a/interface-templates/input-policy/node.def +++ b/interface-templates/input-policy/node.def @@ -1,2 +1,4 @@ help: Set incoming packet policy +commit:expression:exec "/opt/vyatta/sbin/vyatta-qos.pl --check-ingress $IFNAME" end: /opt/vyatta/sbin/vyatta-qos.pl --update-ingress $IFNAME + |