From: David Miller <davem@davemloft.net>
To: steve@chygwyn.com
Cc: tgraf@suug.ch, netdev@vger.kernel.org, patrick@tykepenguin.com
Subject: Re: Rules and groups
Date: Wed, 09 Aug 2006 01:01:25 -0700 (PDT) [thread overview]
Message-ID: <20060809.010125.78708459.davem@davemloft.net> (raw)
In-Reply-To: <20060809080139.GA19555@souterrain.chygwyn.com>
From: Steven Whitehouse <steve@chygwyn.com>
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 because the table used to be a bunch of bitmask
defines instead of the present enum:
#define RTMGRP_LINK 1
#define RTMGRP_NOTIFY 2
#define RTMGRP_NEIGH 4
#define RTMGRP_TC 8
#define RTMGRP_IPV4_IFADDR 0x10
#define RTMGRP_IPV4_MROUTE 0x20
#define RTMGRP_IPV4_ROUTE 0x40
#define RTMGRP_IPV6_IFADDR 0x100
#define RTMGRP_IPV6_MROUTE 0x200
#define RTMGRP_IPV6_ROUTE 0x400
#define RTMGRP_DECnet_IFADDR 0x1000
#define RTMGRP_DECnet_ROUTE 0x4000
That is from 2.4.x
next prev parent reply other threads:[~2006-08-09 8:01 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-09 8:01 Rules and groups Steven Whitehouse
2006-08-09 8:01 ` David Miller [this message]
2006-08-09 10:03 ` Steven Whitehouse
2006-08-09 13:25 ` Thomas Graf
2006-08-09 16:20 ` Patrick Caulfield
2006-08-09 23:00 ` David Miller
2006-08-09 9:25 ` Thomas Graf
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060809.010125.78708459.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=netdev@vger.kernel.org \
--cc=patrick@tykepenguin.com \
--cc=steve@chygwyn.com \
--cc=tgraf@suug.ch \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.