ipv6-support: Remove unnecessary code
SVN-Revision: 34957
This commit is contained in:
parent
cbc9dfc56a
commit
def80bbecf
2 changed files with 1 additions and 6 deletions
|
@ -8,7 +8,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=ipv6-support
|
||||
PKG_VERSION:=2012-12-31
|
||||
PKG_VERSION:=2013-01-01
|
||||
PKG_RELEASE:=1
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
|
|
@ -529,11 +529,6 @@ enable_dhcpv6() {
|
|||
# Start DHCPv6 client
|
||||
local pid="/var/run/ipv6-dhcpv6-$network.pid"
|
||||
start_service "/usr/sbin/odhcp6c -s/lib/ipv6/dhcpv6.sh $dhcp6_opts" "$pid"
|
||||
|
||||
# Refresh RA on all interfaces
|
||||
for pid in /var/run/ipv6-router-*.pid; do
|
||||
kill -SIGUSR1 $(cat "$pid")
|
||||
done
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue