diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-04-15 17:39:19 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-04-15 17:39:19 -0700 |
commit | f66833917fb5b35b60b8cb0a8278a28a167ed1c0 (patch) | |
tree | 9f03227600ad974f4b466077c4dcb45ec6472a34 /Makefile.am | |
parent | 52654a35201552651e17452dbd548b2f96197383 (diff) | |
download | vyatta-op-qos-f66833917fb5b35b60b8cb0a8278a28a167ed1c0.tar.gz vyatta-op-qos-f66833917fb5b35b60b8cb0a8278a28a167ed1c0.zip |
Add operational mode command for input-policy
New show input-policy and releated commands.
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 bb85963..c12ba26 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,6 +2,7 @@ opdir = $(datadir)/vyatta-op/templates bin_SCRIPTS = scripts/vyatta-show-queue bin_SCRIPTS += scripts/vyatta-show-queueing.pl +bin_SCRIPTS += scripts/show-input-policy.pl cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \ cpio -0pd |