cvs commit: src/sys/netinet in.c
Gleb Smirnoff
glebius at FreeBSD.org
Sun Mar 20 02:27:18 PST 2005
glebius 2005-03-20 10:27:17 UTC
FreeBSD src repository
Modified files:
sys/netinet in.c
Log:
Remove a workaround from previos revision. It proved to be incorrect.
Add two another workarounds for carp(4) interfaces:
- do not add connected route when address is assigned to carp(4) interface
- do not add connected route when other interface goes down
Embrace workarounds with #ifdef DEV_CARP
Revision Changes Path
1.83 +16 -7 src/sys/netinet/in.c
More information about the cvs-src
mailing list