summaryrefslogtreecommitdiff
path: root/debian/vyatta-cfg-system.postinst.in
diff options
context:
space:
mode:
authorStig Thormodsrud <stig@io.vyatta.com>2008-11-16 11:31:58 -0800
committerStig Thormodsrud <stig@io.vyatta.com>2008-11-16 11:31:58 -0800
commit7ac74ee7b28318375f684bad0e29d808d6e53ccb (patch)
tree74f5519cbf685a5f8e5615d3fd71f76ccc50217a /debian/vyatta-cfg-system.postinst.in
parent730ece6544cd2c350cac3740ef2a7db10cd37987 (diff)
downloadvyatta-cfg-quagga-7ac74ee7b28318375f684bad0e29d808d6e53ccb.tar.gz
vyatta-cfg-quagga-7ac74ee7b28318375f684bad0e29d808d6e53ccb.zip
Fix 3929: Operator level user now need sudo password to run "clear arp
interface"
Diffstat (limited to 'debian/vyatta-cfg-system.postinst.in')
-rw-r--r--debian/vyatta-cfg-system.postinst.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in
index 8cc0682a..3304fdd8 100644
--- a/debian/vyatta-cfg-system.postinst.in
+++ b/debian/vyatta-cfg-system.postinst.in
@@ -54,7 +54,7 @@ Cmnd_Alias IPTABLES = /sbin/iptables --list -n,\
Cmnd_Alias IPFLUSH = /sbin/ip route flush cache, \
/sbin/ip route flush cache *,\
/sbin/ip neigh flush to *, \
- /sbin/ip neigh flush dev * \
+ /sbin/ip neigh flush dev *, \
/sbin/ip -f inet6 route flush cache, \
/sbin/ip -f inet6 route flush cache *,\
/sbin/ip -f inet6 neigh flush to *, \