diff options
author | Mohit Mehta <mohit@vyatta.com> | 2010-10-12 17:34:03 -0700 |
---|---|---|
committer | Mohit Mehta <mohit@vyatta.com> | 2010-10-12 17:34:03 -0700 |
commit | 6e54d0ff5db78ef95a772b8d854574ff6dfc1aed (patch) | |
tree | 6bf19acef3926dcaeeb5058323c6a866304e52ee /templates-cfg/zone-policy/node.def | |
parent | e44b38425ed2d27b66faa0df526e8875261c299c (diff) | |
download | vyatta-zone-6e54d0ff5db78ef95a772b8d854574ff6dfc1aed.tar.gz vyatta-zone-6e54d0ff5db78ef95a772b8d854574ff6dfc1aed.zip |
add content-inspection feature for zones
* code to configure content-inspection on a zone-pair basis
* COMING UP : as much as possible, move code applicable to firewall
and IPS and other future features to ZONE library
Diffstat (limited to 'templates-cfg/zone-policy/node.def')
-rw-r--r-- | templates-cfg/zone-policy/node.def | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/templates-cfg/zone-policy/node.def b/templates-cfg/zone-policy/node.def index 440d397..52a6b68 100644 --- a/templates-cfg/zone-policy/node.def +++ b/templates-cfg/zone-policy/node.def @@ -1,6 +1,11 @@ priority: 250 # after zone-policy/zone/node.tag/from/ + help: Configure zone-policy -begin: -if ! /opt/vyatta/sbin/vyatta-zone.pl --action=validity-checks --zone-name=none --silent-validate=false; then - exit 1 + +begin: +if ! /opt/vyatta/sbin/vyatta-zone.pl \ + --action=validity-checks \ + --zone-name=none \ + --silent-validate=false; then + exit 1 fi |