mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-12 01:20:14 +02:00
[backfire] merge r25713
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25717 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
dc205de668
commit
c367f85aae
@ -68,6 +68,9 @@ add_route6() {
|
|||||||
${mtu:+mss "$mtu"}
|
${mtu:+mss "$mtu"}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Skip fake devices (e.g. relayd)
|
||||||
|
grep -qs "^ *$DEVICE:" /proc/net/dev || exit 0
|
||||||
|
|
||||||
case "$ACTION" in
|
case "$ACTION" in
|
||||||
ifup)
|
ifup)
|
||||||
include /lib/network
|
include /lib/network
|
||||||
@ -108,14 +111,14 @@ case "$ACTION" in
|
|||||||
logger -t ifup "Allowing Router Advertisements on $INTERFACE ($DEVICE)"
|
logger -t ifup "Allowing Router Advertisements on $INTERFACE ($DEVICE)"
|
||||||
accept_ra=2
|
accept_ra=2
|
||||||
}
|
}
|
||||||
do_sysctl "net.ipv6.conf.$INTERFACE.accept_ra" $accept_ra
|
do_sysctl "net.ipv6.conf.$DEVICE.accept_ra" $accept_ra
|
||||||
|
|
||||||
config_get_bool send_rs "$INTERFACE" send_rs $send_rs
|
config_get_bool send_rs "$INTERFACE" send_rs $send_rs
|
||||||
[ $send_rs -eq 0 ] || {
|
[ $send_rs -eq 0 ] || {
|
||||||
logger -t ifup "Enabling Router Solicitations on $INTERFACE ($DEVICE)"
|
logger -t ifup "Enabling Router Solicitations on $INTERFACE ($DEVICE)"
|
||||||
send_rs=2
|
send_rs=2
|
||||||
}
|
}
|
||||||
do_sysctl "net.ipv6.conf.$INTERFACE.forwarding" $send_rs
|
do_sysctl "net.ipv6.conf.$DEVICE.forwarding" $send_rs
|
||||||
|
|
||||||
|
|
||||||
# Setup routes
|
# Setup routes
|
||||||
|
Loading…
Reference in New Issue
Block a user