From fb6724a6b987cb6fab00cc9326674bd14a0d09fa Mon Sep 17 00:00:00 2001 From: "Andrew J. Schorr" Date: Wed, 13 Dec 2006 15:44:15 +0000 Subject: [zebra] For solaris IPv6 PtP interfaces, try to support prefixlen != 128 2006-12-13 Andrew J. Schorr * if_ioctl_solaris.c: (if_get_addr) For IPv6, stop assuming that all IFF_POINTOPOINT have prefixlen of IPV6_MAX_BITLEN. Instead, always try the SIOCGLIFSUBNET ioctl; if that fails, then we fall back to IPV6_MAX_BITLEN for PtP interfaces. --- zebra/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'zebra/ChangeLog') diff --git a/zebra/ChangeLog b/zebra/ChangeLog index 6b50cf0f..4139e859 100644 --- a/zebra/ChangeLog +++ b/zebra/ChangeLog @@ -1,3 +1,10 @@ +2006-12-13 Andrew J. Schorr + + * if_ioctl_solaris.c: (if_get_addr) For IPv6, stop assuming + that all IFF_POINTOPOINT have prefixlen of IPV6_MAX_BITLEN. + Instead, always try the SIOCGLIFSUBNET ioctl; if that fails, + then we fall back to IPV6_MAX_BITLEN for PtP interfaces. + 2006-12-12 Andrew J. Schorr * connected.c: (connected_up_ipv4, connected_down_ipv4, -- cgit v1.2.1