Re: Rules and groups

2006-08-09 Thread David Miller
From: Steven Whitehouse <[EMAIL PROTECTED]> Date: Wed, 9 Aug 2006 11:03:26 +0100 > [DECnet] Covert rules to use generic code > > This patch converts the DECnet rules code to use the generic > rules system created by Thomas Graf <[EMAIL PROTECTED]>. > > Signed-off-by: Steven Whitehouse <[EMAIL PR

Re: Rules and groups

2006-08-09 Thread Patrick Caulfield
Steven Whitehouse wrote: Hi, On Wed, Aug 09, 2006 at 01:01:25AM -0700, David Miller wrote: From: Steven Whitehouse <[EMAIL PROTECTED]> Date: Wed, 9 Aug 2006 09:01:39 +0100 Is there anything to stop me using RTNLGRP_NOP3 for that? (suitable renamed of course!) So far as I can see its never bee

Re: Rules and groups

2006-08-09 Thread Thomas Graf
* Steven Whitehouse <[EMAIL PROTECTED]> 2006-08-09 11:03 > On Wed, Aug 09, 2006 at 01:01:25AM -0700, David Miller wrote: > > From: Steven Whitehouse <[EMAIL PROTECTED]> > > Date: Wed, 9 Aug 2006 09:01:39 +0100 > > > > > Is there anything to stop me using RTNLGRP_NOP3 for that? (suitable > > > rena

Re: Rules and groups

2006-08-09 Thread Steven Whitehouse
Hi, On Wed, Aug 09, 2006 at 01:01:25AM -0700, David Miller wrote: > From: Steven Whitehouse <[EMAIL PROTECTED]> > Date: Wed, 9 Aug 2006 09:01:39 +0100 > > > Is there anything to stop me using RTNLGRP_NOP3 for that? (suitable > > renamed of course!) So far as I can see its never been assigned to >

Re: Rules and groups

2006-08-09 Thread Thomas Graf
* Steven Whitehouse <[EMAIL PROTECTED]> 2006-08-09 09:01 > With your new protocol independent rules code, I see that there is an > entry in struct fib_rules_ops for a netlink group for notification of > rule changes. For whatever reason (historical I guess) DECnet has never > had a nl group assigne

Re: Rules and groups

2006-08-09 Thread David Miller
From: Steven Whitehouse <[EMAIL PROTECTED]> Date: Wed, 9 Aug 2006 09:01:39 +0100 > Is there anything to stop me using RTNLGRP_NOP3 for that? (suitable > renamed of course!) So far as I can see its never been assigned to > anything else... I have no objection to you using it. These nops exist bec

Rules and groups

2006-08-09 Thread Steven Whitehouse
Hi, With your new protocol independent rules code, I see that there is an entry in struct fib_rules_ops for a netlink group for notification of rule changes. For whatever reason (historical I guess) DECnet has never had a nl group assigned for this, so I'm left with two choices when moving the cod