summaryrefslogtreecommitdiff
path: root/scripts/vyatta-link-detect
AgeCommit message (Collapse)Author
2010-07-09Revert "Use net_set to avoid using sudo"Stephen Hemminger
This reverts commit 60fb7bb1025d25606efc00b4f3f9505e17efe1e0. net_set is not tested yet.
2010-05-21Use net_set to avoid using sudoStephen Hemminger
2010-03-05Get rid of vyatta-vtyshStephen Hemminger
For SELinux policy, changing vyatta-quagga to use standard path values. This means not having to change policies.
2009-03-29Fix sysctl setting link_filter on vifStephen Hemminger
sysctl command has legacy dotted notation which won't work with names for vlans (eth1.110). So just write /proc.
2009-03-25Fix link_filter settingStephen Hemminger
Need to be super user here. Also ipv6 link filter is not in kernel yet.
2009-03-23Enable link filteringStephen Hemminger
Bug 4061 Enable new kernel link_filter for IPV4 and IPV6
2008-12-03Add new script to wrap changes to link-detectStephen Hemminger