- In if_up(), purge ifnet.if_snd before turning on IFF_UP, this is used to
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Sun, 15 Jun 2008 12:15:08 +0000 (12:15 +0000)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Sun, 15 Jun 2008 12:15:08 +0000 (12:15 +0000)
commit68633c850d6c00a557ee440f244210b5ea56b4c2
tree77e6f8b4a5e345bd8792f6df0bb438b9f29d42c9
parentc7ecdcdf101b6401601903c3be0f706f2b548b17
- In if_up(), purge ifnet.if_snd before turning on IFF_UP, this is used to
  clean up packets that sneaked into ifnet.if_snd after if_down()
- Strip blank line
sys/net/if.c