From owner-freebsd-bugs@FreeBSD.ORG Tue Jul 15 21:21:32 2014 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B3CD26E3 for ; Tue, 15 Jul 2014 21:21:32 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9B4B12599 for ; Tue, 15 Jul 2014 21:21:32 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6FLLWnN095791 for ; Tue, 15 Jul 2014 21:21:32 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 191889] New: ipv6_activate_all_interfaces="NO" not working as expected for lagg interfaces and laggports Date: Tue, 15 Jul 2014 21:21:32 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: conf X-Bugzilla-Version: 10.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: clint@clintarmstrong.net X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jul 2014 21:21:32 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191889 Bug ID: 191889 Summary: ipv6_activate_all_interfaces="NO" not working as expected for lagg interfaces and laggports Product: Base System Version: 10.0-STABLE Hardware: amd64 OS: Any Status: Needs Triage Severity: Affects Only Me Priority: --- Component: conf Assignee: freebsd-bugs@FreeBSD.org Reporter: clint@clintarmstrong.net I have 2 nics on my system, em0 and em1. They are configured as laggports on lagg0. lagg0 is a member of bridge0 which is where I'd like to configure the host IP address. I would like only bridge0 to get a link local address. I have a third physical interface, re0 that I'm not using at all. I have no configuration for re0 in my rc.conf, it works as expected. Steps to reproduce: # rc.conf ipv6_activate_all_interfaces="NO" cloned_interfaces="lagg0 bridge0" ifconfig_em0="up" ifconfig_em1="up" ifconfig_lagg0="up laggport em0 laggport em1 laggproto roundrobin" ifconfig_bridge0="up addm lagg0 addm tap0 192.168.10.10/24" ifconfig_bridge0_ipv6="inet6 auto_linklocal accept_rtadv" Expected result: em0, em1 and lagg0 should have no IPV4 or IPV6 addresses. bridge0 should have a link local address. Actual result: All interfaces get link local addresses. # ifconfig re0: flags=8802 metric 0 mtu 1500 options=8209b ether 50:e5:49:WW:WW:WW nd6 options=29 media: Ethernet autoselect (100baseTX ) status: active em0: flags=8943 metric 0 mtu 1500 options=4019b ether 00:15:17:XX:XX:XX inet6 fe80::215:17ff:feXX:XXXX%em0 prefixlen 64 scopeid 0x2 nd6 options=29 media: Ethernet autoselect (1000baseT ) status: active em1: flags=8943 metric 0 mtu 1500 options=4019b ether 00:15:17:0b:13:86 inet6 fe80::215:17ff:feXX:XXXY%em1 prefixlen 64 scopeid 0x3 nd6 options=29 media: Ethernet autoselect (1000baseT ) status: active lagg0: flags=8943 metric 0 mtu 1500 options=4019b ether 00:15:17:XX:XX:XX inet6 fe80::52e5:49ff:feYY:YYYY%lagg0 prefixlen 64 scopeid 0x5 nd6 options=29 media: Ethernet autoselect status: active laggproto roundrobin lagghash l2,l3,l4 laggport: em1 flags=4 laggport: em0 flags=4 bridge0: flags=8843 metric 0 mtu 1500 ether 02:34:2f:ZZ:ZZ:ZZ inet 192.168.10.10 netmask 0xffffff00 broadcast 192.168.10.255 inet6 fe80::34:2fff:feZZ:ZZZZ%bridge0 prefixlen 64 scopeid 0x6 nd6 options=23 id 00:00:00:00:00:00 priority 32768 hellotime 2 fwddelay 15 maxage 20 holdcnt 6 proto rstp maxaddr 2000 timeout 1200 root id 00:00:00:00:00:00 priority 32768 ifcost 0 port 0 member: lagg0 flags=143 ifmaxaddr 0 port 5 priority 128 path cost 55 -- You are receiving this mail because: You are the assignee for the bug.