odhcp6c: correctly extend prefix from RAs
Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 46781
This commit is contained in:
parent
f96bf30dc6
commit
4b7ba93083
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=odhcp6c
|
||||
PKG_VERSION:=2015-09-03
|
||||
PKG_VERSION:=2015-09-04
|
||||
PKG_RELEASE=$(PKG_SOURCE_VERSION)
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||
|
|
|
@ -80,7 +80,7 @@ setup_interface () {
|
|||
|
||||
# RFC 7278
|
||||
if [ "$mask" -eq 64 -a -z "$PREFIXES" -a -n "$EXTENDPREFIX" ]; then
|
||||
proto_add_ipv6_prefix "$entry"
|
||||
proto_add_ipv6_prefix "$addr/$mask,$preferred,$valid"
|
||||
fi
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue