summaryrefslogtreecommitdiff
path: root/templates/system/ipv6/disable-forwarding
AgeCommit message (Collapse)Author
2010-07-20Use pgrep to count number of matching processesStephen Hemminger
pgrep has simple flag to do what the ps | wc -l was doing.
2009-12-02Changes related to co-ordination between kernel parameters and radvd.Bob Gilligan
First, we need to set the global IPv6 parameter under "all" when "disable-forwarding" is deleted because this is the parameter that actually controls whether the stack will forward IPv6 packets. Second, if router advertisements were configured while global IPv6 forwarding was disabled, we need to re-start the daemon when global IPv6 forwarding is re-enabled.
2009-12-02Co-ordinate global and per-interface IPv6 forwarding control.Bob Gilligan
Now a flag file indicates that IPv6 forwarding is disabled on a specific interface.
2008-11-05Add config to disable ip/ipv6 forwarding.Stig Thormodsrud