cvs commit: src/sys/net/ipfw ip_fw2.c
    Sepherosa Ziehau 
    sephe at crater.dragonflybsd.org
       
    Fri Jun 20 23:49:28 PDT 2008
    
    
  
sephe       2008/06/20 23:47:29 PDT
DragonFly src repository
  Modified files:
    sys/net/ipfw         ip_fw2.c 
  Log:
  Since either hardware or ether input code will strip packet's vlan tag,
  before the packet could reach ether level ipfw filtering, we will have
  to change the packet's ether type to VLAN, if the packet was vlan tagged,
  so ipfw could see the correct packet mac-type.
  
  Revision  Changes    Path
  1.44      +4 -0      src/sys/net/ipfw/ip_fw2.c
http://www.dragonflybsd.org/cvsweb/src/sys/net/ipfw/ip_fw2.c.diff?r1=1.43&r2=1.44&f=u
    
    
More information about the Commits
mailing list