diff options
| author | Andrew Thompson <thompsa@FreeBSD.org> | 2006-01-29 23:21:01 +0000 |
|---|---|---|
| committer | Andrew Thompson <thompsa@FreeBSD.org> | 2006-01-29 23:21:01 +0000 |
| commit | 74948aa6f34cf410d032164c77d84d3ed57a9c66 (patch) | |
| tree | 27ca30ce2db1f7a256282cc53ce4baaac6b5ec71 /sys/netinet | |
| parent | dfd1ff19b450cbd7a04cc7d9b27bbb6b6908b32f (diff) | |
Notes
Diffstat (limited to 'sys/netinet')
| -rw-r--r-- | sys/netinet/if_ether.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/if_ether.c b/sys/netinet/if_ether.c index 620317ff9a32..28f7d440e8e6 100644 --- a/sys/netinet/if_ether.c +++ b/sys/netinet/if_ether.c @@ -607,7 +607,7 @@ in_arpinput(m) int carp_match = 0; #endif - if (ifp->if_bridge || ifp->if_type == IFT_BRIDGE) + if (ifp->if_bridge) bridged = 1; req_len = arphdr_len2(ifp->if_addrlen, sizeof(struct in_addr)); |
