diff options
author | Mohit Mehta <mohit.mehta@vyatta.com> | 2009-04-07 18:27:37 -0700 |
---|---|---|
committer | Mohit Mehta <mohit.mehta@vyatta.com> | 2009-04-07 18:27:37 -0700 |
commit | d2e2b6bbec89e741b5e6c3e5c3129534170a2146 (patch) | |
tree | dda92c758a92230cbf9c39d73ebe11dab2591d62 /Makefile.am | |
parent | 2dce0356cad163f17ca6c30b6f84727f2262e8e6 (diff) | |
download | vyatta-cfg-quagga-d2e2b6bbec89e741b5e6c3e5c3129534170a2146.tar.gz vyatta-cfg-quagga-d2e2b6bbec89e741b5e6c3e5c3129534170a2146.zip |
Add 1st pass of zone based firewall support (transit zones only for now)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index b872f7e8..4cbed0c2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,6 +40,7 @@ sbin_SCRIPTS += scripts/vyatta-system-nameservers sbin_SCRIPTS += scripts/vyatta-bonding.pl sbin_SCRIPTS += scripts/vyatta-raid-event sbin_SCRIPTS += scripts/vyatta-update-arp-params +sbin_SCRIPTS += scripts/zone-mgmt/vyatta-zone.pl noinst_DATA = test_bootfile |