Re[2]: conf/35726: Won't let me use ifconfig on the interfaces after upgrade to latest OS
From: Max Laier (max_at_love2party.net)
Date: 11/25/03
- Previous message: Bruce M Simpson: "Re: kern/54383: NFS root configurations without dynamic protocols: dhcp, bootp, etc..."
- In reply to: Bruce M Simpson: "Re: conf/35726: Won't let me use ifconfig on the interfaces after upgrade to latest OS"
- Next in thread: Max Laier: "Re: conf/35726: Won't let me use ifconfig on the interfaces after upgrade to latest OS"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 25 Nov 2003 18:46:53 +0100 To: Bruce M Simpson <bms@FreeBSD.org>
BMS> Synopsis: Won't let me use ifconfig on the interfaces after upgrade to latest OS
BMS> Air this out on -net for discussion/bikeshedding.
> haven# /sbin/dhclient lnc1 lnc0
> ifconfig: ioctl (SIOCAIFADDR): File exists
> dhclient: New IP Address(lnc0): 24.82.66.238
> dhclient: New Subnet Mask (lnc0): 255.255.252.0
> dhclient: New Broadcast Address(lnc0): 24.82.67.255
> dhclient: New Routers: 24.82.64.1
> haven#
The EEXISTS above comes from in.c (rtinit) when one tries to add an
address in an already existing prefix:
http://pf4freebsd.love2party.net/in.c.diff originally done for my CARP
port should fix/work around it. Can somebody, please give it a try?
The code was obtained from WIDE via OpenBSD.
-- Best regards, Max mailto:max@love2party.net _______________________________________________ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"
- Previous message: Bruce M Simpson: "Re: kern/54383: NFS root configurations without dynamic protocols: dhcp, bootp, etc..."
- In reply to: Bruce M Simpson: "Re: conf/35726: Won't let me use ifconfig on the interfaces after upgrade to latest OS"
- Next in thread: Max Laier: "Re: conf/35726: Won't let me use ifconfig on the interfaces after upgrade to latest OS"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]