diff options
author | Dmytro Aleksandrov <alkersan@gmail.com> | 2019-08-22 17:26:30 +0300 |
---|---|---|
committer | Dmytro Aleksandrov <alkersan@gmail.com> | 2019-08-23 21:36:27 +0300 |
commit | 4eae0fb5ff1c3678a36279e6f2e29d99f0679a31 (patch) | |
tree | 6bac1a62639f50e3ff74fd3cab2a27afaabed413 /Makefile.am | |
parent | bbbbfe2452cb78c894209671114bf6575ca5007e (diff) | |
download | vyatta-op-4eae0fb5ff1c3678a36279e6f2e29d99f0679a31.tar.gz vyatta-op-4eae0fb5ff1c3678a36279e6f2e29d99f0679a31.zip |
T1607 remove 'reset conntrack', 'reset & show ip[v6]' ops after xml rewrite
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index eafd93d..3ab2332 100644 --- a/Makefile.am +++ b/Makefile.am @@ -52,7 +52,6 @@ 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-poweroff.pl -bin_sudo_users_SCRIPTS += scripts/vyatta-clear-conntrack all-local: ./gen-unpriv-commands.sh |