Fix long lines in comment introduced in previous commit.

This commit is contained in:
Gleb Smirnoff 2005-02-24 10:15:50 +00:00
parent 3e630869d1
commit 58996b1337

View File

@ -619,12 +619,13 @@ ether_demux(struct ifnet *ifp, struct mbuf *m)
ifp->if_nvlans > 0)) {
#ifdef DEV_CARP
/*
* XXX: Okay, we need to call carp_forus() and - if it is for us
* jump over code that does the normal check
* XXX: Okay, we need to call carp_forus() and - if it is for
* us jump over code that does the normal check
* "ac_enaddr == ether_dhost". The check sequence is a bit
* different from OpenBSD, so we jump over as few code as possible,
* to catch _all_ sanity checks. This needs evaluation, to see if
* the carp ether_dhost values break any of these checks!
* different from OpenBSD, so we jump over as few code as
* possible, to catch _all_ sanity checks. This needs
* evaluation, to see if the carp ether_dhost values break any
* of these checks!
*/
if (ifp->if_carp && carp_forus(ifp->if_carp, eh->ether_dhost))
goto pre_stats;