diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2008-11-03 18:30:18 -0800 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2008-11-03 18:30:18 -0800 |
commit | e01c7f37a29ccc3e8a660c3c9995fd077948cc5d (patch) | |
tree | 1103b427d3dcb234ccb236bb5cc8ea016885561a /Makefile.am | |
parent | 69153fc9f6dcaa59e95847214fbab18f43992682 (diff) | |
download | vyatta-nat-e01c7f37a29ccc3e8a660c3c9995fd077948cc5d.tar.gz vyatta-nat-e01c7f37a29ccc3e8a660c3c9995fd077948cc5d.zip |
fix for bug 3717: enforce interface restrictions
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 63966e0..b6e68e2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,7 +12,7 @@ bin_sudo_users_SCRIPTS = scripts/vyatta-clear-nat bin_sudo_users_SCRIPTS += scripts/vyatta-nat-translations.pl share_perl5_DATA = scripts/VyattaNatRule.pm -curver_DATA = cfg-version/nat@2 +curver_DATA = cfg-version/nat@3 cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \ cpio -0pd |