Projet

Général

Profil

Télécharger (617 octets) Statistiques
| Branche: | Révision:

univnautes-tools / patches / stable / 10 / ip_carp.c.diff @ 4ab3b90b

1
diff --git a/sys/netinet/ip_carp.c b/sys/netinet/ip_carp.c
2
index a170e34..0a3607e 100644
3
--- a/sys/netinet/ip_carp.c
4
+++ b/sys/netinet/ip_carp.c
5
@@ -532,8 +532,8 @@ carp6_input(struct mbuf **mp, int *offp, int proto)
6
 	/* check if received on a valid carp interface */
7
 	if (m->m_pkthdr.rcvif->if_carp == NULL) {
8
 		CARPSTATS_INC(carps_badif);
9
-		CARP_DEBUG("%s: packet received on non-carp interface: %s\n",
10
-		    __func__, m->m_pkthdr.rcvif->if_xname);
11
+		//CARP_DEBUG("%s: packet received on non-carp interface: %s\n",
12
+		//    __func__, m->m_pkthdr.rcvif->if_xname);
13
 		m_freem(m);
14
 		return (IPPROTO_DONE);
15
 	}
(24-24/67)