Page MenuHomeFreeBSD

D39499.id120138.diff
No OneTemporary

D39499.id120138.diff

diff --git a/sys/net/if_ethersubr.c b/sys/net/if_ethersubr.c
--- a/sys/net/if_ethersubr.c
+++ b/sys/net/if_ethersubr.c
@@ -1440,6 +1440,8 @@
if_printf(ife, "unable to prepend 802.1Q header");
return (false);
}
+ (*mp)->m_flags &= ~M_VLANTAG;
+ (*mp)->m_pkthdr.ether_vtag = 0;
}
return (true);
}

File Metadata

Mime Type
text/plain
Expires
Sun, Feb 8, 7:49 PM (1 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28491343
Default Alt Text
D39499.id120138.diff (314 B)

Event Timeline