diff options
author | John Southworth <john.southworth@vyatta.com> | 2011-02-02 18:15:21 -0600 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2011-02-02 18:15:21 -0600 |
commit | e9a4d003fb3bac561486bd6438b86696c6245b39 (patch) | |
tree | bd23b9dbe8ce3cf544a90fceff0b0d4c09212c37 /Makefile.am | |
parent | 413d547d75eeb1ef4c7023cdfe49b9f0b19413c4 (diff) | |
download | vyatta-op-vpn-e9a4d003fb3bac561486bd6438b86696c6245b39.tar.gz vyatta-op-vpn-e9a4d003fb3bac561486bd6438b86696c6245b39.zip |
Work on new IPsec operational mode script. Split into perl module; Adjustments for showing per tunnel information; Fix parsing of ipsecstatus all when using GRE matching
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 2ad3ab1..27c9089 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,6 +3,7 @@ opdir = $(datadir)/vyatta-op/templates xsldir = @XSLDIR@ bin_sudo_usersdir = $(bindir)/sudo-users +share_perl5dir = $(datarootdir)/perl5/Vyatta/VPN xsl_DATA = @@ -15,6 +16,8 @@ xsl_DATA += src/xsl/show_vpn_ipsec_status.xsl bin_sudo_users_PROGRAMS = command_proc_show_vpn +share_perl5_DATA = lib/OPMode.pm + bin_sudo_users_SCRIPTS = scripts/gen_local_rsa_key.pl bin_sudo_users_SCRIPTS += scripts/vyatta-show-vpn.pl bin_sudo_users_SCRIPTS += scripts/vyatta-vpn-op.pl |