As bridge_rtupdate() can be called from interrupt context and must not
authorThomas E. Spanjaard <tgen@dragonflybsd.org>
Thu, 4 Jan 2007 21:14:40 +0000 (21:14 +0000)
committerThomas E. Spanjaard <tgen@dragonflybsd.org>
Thu, 4 Jan 2007 21:14:40 +0000 (21:14 +0000)
commite0db6a12635538eb4fb0e9b2ca0882e7a08ccb3f
tree956eaa78c1f80a4c293faed479482760f144e13d
parent6676e111fc9548c588804f07bbedf0e853a7ba9d
As bridge_rtupdate() can be called from interrupt context and must not
block, change it to use M_INTNOWAIT instead of M_WAITOK.

Reported-by: Joerg Sonnenberger <joerg@britannica.bec.de>
sys/net/bridge/if_bridge.c