PERFORCE change 144238 for review
Gleb Kurtsou
gk at FreeBSD.org
Sat Jun 28 20:37:50 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=144238
Change 144238 by gk at gk_h1 on 2008/06/28 20:37:47
Include opt_ipfw.h before checking IPFIREWALL define. Without this fix
previous revision was nop.
Remove stale XXX comment.
Affected files ...
.. //depot/projects/soc2008/gk_l2filter/sys-net/if_bridge.c#7 edit
Differences ...
==== //depot/projects/soc2008/gk_l2filter/sys-net/if_bridge.c#7 (text+ko) ====
@@ -79,6 +79,7 @@
#include "opt_inet.h"
#include "opt_inet6.h"
+#include "opt_ipfw.h"
#include "opt_carp.h"
#include <sys/param.h>
@@ -2951,7 +2952,6 @@
if (((bifp ? bifp->if_flags : 0) | (ifp ? ifp->if_flags : 0)) & IFF_L2TAG) {
mtag_ether_header = m_tag_locate(*mp, MTAG_ETHER, MTAG_ETHER_HEADER,
NULL);
- /* XXX ??? can packet be tagged by another interface */
if (mtag_ether_header == NULL) {
mtag_ether_header = m_tag_alloc(MTAG_ETHER, MTAG_ETHER_HEADER,
ETHER_HDR_LEN, M_NOWAIT);
More information about the p4-projects
mailing list