diff options
author | Saurabh Mohan <saurabh.mohan@vyatta.com> | 2012-09-10 14:19:10 -0700 |
---|---|---|
committer | Saurabh Mohan <saurabh.mohan@vyatta.com> | 2012-09-10 14:19:10 -0700 |
commit | ae0f55c9514ea572adf23b29dd0ef445c0f9285f (patch) | |
tree | 5dab478b78085dfc7a5425871c5c4dc8dd01eb9f /Makefile.am | |
parent | e534272eae3195cb22f4a4ffd26a55ca21bd3223 (diff) | |
download | vyatta-cfg-vpn-ae0f55c9514ea572adf23b29dd0ef445c0f9285f.tar.gz vyatta-cfg-vpn-ae0f55c9514ea572adf23b29dd0ef445c0f9285f.zip |
Bugfix 8289: Vti mark values should be implicit
Vti tunnel uses fwmark from the kernel skbuff. This value is now internally
allocated instead of getting it from the configuration.
Also fixed 8286 where configuration was allowing both a tunnel and VTI between
the same vpn src/dst.
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 be8155b..21788a5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,6 +21,7 @@ sbin_cfgvti = src/cfgvti.c bin_sudo_users_SCRIPTS = scripts/vyatta-ipsec-dhcp.pl share_perl5_DATA = lib/Vyatta/VPN/Util.pm +share_perl5_DATA += scripts/vtiIntf.pm logrotate_DATA = etc/logrotate.d/vyatta-ipsec-logs |