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 /Makefile.am | |
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 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 0deeb65..f9a0f4c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,8 @@ opdir = $(datadir)/vyatta-op/templates share_perl5dir = $(datarootdir)/perl5/Vyatta bin_sudo_usersdir = $(bindir)/sudo-users -sbin_SCRIPTS = scripts/vyatta-zone.pl +sbin_SCRIPTS = scripts/vyatta-zone.pl +sbin_SCRIPTS += scripts/vyatta-zone-ips.pl share_perl5_DATA = lib/Vyatta/Zone.pm |