diff options
author | Mohit Mehta <mohit.mehta@vyatta.com> | 2010-03-17 16:06:45 -0700 |
---|---|---|
committer | Mohit Mehta <mohit.mehta@vyatta.com> | 2010-03-17 16:06:45 -0700 |
commit | 16449e27476cc049e22122a26b8482343b37d30b (patch) | |
tree | dc1938385adeca883e1ded60c1615b8b44c2817b /Makefile.am | |
parent | 755403c24d59647b7dcfa10268fe8b7bdf0906f5 (diff) | |
download | vyatta-op-vpn-16449e27476cc049e22122a26b8482343b37d30b.tar.gz vyatta-op-vpn-16449e27476cc049e22122a26b8482343b37d30b.zip |
Fix Bug 5464 "show vpn ipsec status" returns no interface and active tunnel number
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 7ed2dcd..bc91675 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,7 +17,7 @@ xsl_DATA += src/xsl/show_vpn_ipsec_status.xsl bin_sudo_users_PROGRAMS = command_proc_show_vpn -bin_sudo_users_SCRIPTS = scripts/gen_local_rsa_key.pl scripts/vyatta-show-vpn.pl scripts/vyatta-vpn-op.pl +bin_sudo_users_SCRIPTS = scripts/gen_local_rsa_key.pl scripts/vyatta-show-vpn.pl scripts/vyatta-vpn-op.pl scripts/vyatta-show-ipsec-status.pl command_proc_show_vpn_SOURCES = src/command_proc_base.hh command_proc_show_vpn_SOURCES += src/command_proc_show_vpn.cc |