diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-03-03 13:18:28 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-03-03 13:18:28 -0800 |
commit | f93b4f58b570d49fc28ad739487388d3933aff5a (patch) | |
tree | db4a349edb74b1f0c54849c9fb54c5b2e48bfa3a | |
parent | 67437a202498f8ae9fd3a2a9828142390ddd46e1 (diff) | |
parent | 3b931c37f9fa28a73daec7bb5790073ad0fd6c3c (diff) | |
download | vyatta-cfg-quagga-f93b4f58b570d49fc28ad739487388d3933aff5a.tar.gz vyatta-cfg-quagga-f93b4f58b570d49fc28ad739487388d3933aff5a.zip |
Merge branch 'glendale' of suva.vyatta.com:/git/vyatta-cfg-system into glendale
-rw-r--r-- | debian/vyatta-cfg-system.postinst.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index 0f20ac77..ad9c5fda 100644 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -38,7 +38,7 @@ Cmnd_Alias IPTABLES = /sbin/iptables --list -n,\ /sbin/iptables -t * -L -vn Cmnd_Alias IPFLUSH = /sbin/ip route flush cache, \ /sbin/ip route flush cache *,\ - /sbin/ip neigh flush to *, + /sbin/ip neigh flush to *, \ /sbin/ip neigh flush dev * Cmnd_Alias ETHTOOLP = /usr/sbin/ethtool -p * %operator ALL=NOPASSWD: /sbin/reboot, /sbin/date, IPTABLES, ETHTOOLP, IPFLUSH |