Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jun 2007 20:47:53 GMT
From:      Greg Jones <gjones@centwire.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/113956: carp stuck in init when using a lagg interface
Message-ID:  <200706222047.l5MKlrCE074678@www.freebsd.org>
Resent-Message-ID: <200706222050.l5MKo337077334@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         113956
>Category:       kern
>Synopsis:       carp stuck in init when using a lagg interface
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 22 20:50:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Greg Jones
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
Centennial Wireless
>Environment:
FreeBSD  7.0-CURRENT FreeBSD 7.0-CURRENT #2: Thu Jun 21 15:37:24 EDT 2007     root@:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
Carp works fine on a physical interface.  Lagg is also tested and working in failover and roundrobin modes.  But carp when it needs to use the lagg interface will never go beyound the init stage, and no advertisements are ever sent on the lagg interface.  The kernel is GENERIC, with the exception of device carp being added.
>How-To-Repeat:
#setup lagg interface
ifconfig lagg0 create
ifconfig bge0 up
ifconfig bge1 up
ifconfig lagg0 laggproto roundrobin laggport bge0 laggport bge1 192.168.1.200 netmask 255.255.255.0
#add carp
ifconfig carp0 create
ifconfig carp0 up vhid 1 advskew 10 pass thepassword 192.168.1.230 netmask 255.255.255.0
>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706222047.l5MKlrCE074678>