diff options
author | Mohit Mehta <mohit.mehta@vyatta.com> | 2008-08-09 11:52:33 +0000 |
---|---|---|
committer | Mohit Mehta <mohit.mehta@vyatta.com> | 2008-08-09 11:52:33 +0000 |
commit | fd255fe92ff63534dd8a61df0466f8c52abe6fdd (patch) | |
tree | 7dd2e02fab0b7f8ebea876b684e28a519fc3bb34 /Makefile.am | |
parent | 66222be044d65fe045d4148ddf4eb5d178294150 (diff) | |
download | vyatta-op-fd255fe92ff63534dd8a61df0466f8c52abe6fdd.tar.gz vyatta-op-fd255fe92ff63534dd8a61df0466f8c52abe6fdd.zip |
dns-forwarding op-mode commands:
'clear dns forwarding cache'
'show dns forwarding statistics'
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 7499a22..1063b78 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,6 +21,7 @@ bin_SCRIPTS += scripts/vyatta-tshark-interface-port.pl bin_sudo_users_SCRIPTS = scripts/vyatta-identify-interface.pl bin_sudo_users_SCRIPTS += scripts/vyatta-delete-log-file.sh bin_sudo_users_SCRIPTS += scripts/vyatta-reboot.pl +bin_sudo_users_SCRIPTS += scripts/vyatta-op-dns-forwarding.pl cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \ cpio -0pd |