Re: [PATCH 2/3] [NET] fib_rules: Mark rules detached from the device

2007-03-26 Thread David Miller
From: Thomas Graf <[EMAIL PROTECTED]> Date: Tue, 27 Mar 2007 01:54:52 +0200 > Rules which match against device names in their selector can > remain while the device itself disappears, in fact the device > doesn't have to present when the rule is added in the first > place. The device name is resol

[PATCH 2/3] [NET] fib_rules: Mark rules detached from the device

2007-03-26 Thread Thomas Graf
Rules which match against device names in their selector can remain while the device itself disappears, in fact the device doesn't have to present when the rule is added in the first place. The device name is resolved by trying when the rule is added and later by listening to NETDEV_REGISTER/UNREGI