diff options
| author | Thomas Graf <tgraf@suug.ch> | 2005-03-31 18:34:31 +0200 |
|---|---|---|
| committer | Thomas Graf <tgraf@suug.ch> | 2005-03-31 18:34:31 +0200 |
| commit | 81df61b91fd240465a4b6ba6b77d3642decfa91b (patch) | |
| tree | 3575686a188320324a53a27da801d0add5dad07e /include/linux/rtnetlink.h | |
| parent | 6d36ed6877f400d2dc44a995587d0512fb88e267 (diff) | |
Cset exclude: tgraf@suug.ch|ChangeSet|20050316221421|24742
Diffstat (limited to 'include/linux/rtnetlink.h')
| -rw-r--r-- | include/linux/rtnetlink.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/include/linux/rtnetlink.h b/include/linux/rtnetlink.h index 1b4e5122d697..32e52769a00b 100644 --- a/include/linux/rtnetlink.h +++ b/include/linux/rtnetlink.h @@ -398,19 +398,6 @@ enum #define IFA_MAX (__IFA_MAX - 1) -/* - * Quirk for IPv4 address deletion to allow exact deletion of equal - * addresses varying only in prefix length. A explicit exact comparison - * of the prefix length will only be done if IFA_PREFIX_EXACT_DEL is - * ORed to ifa_prefixlen. - * - * Note: This special treatment is only understood while deleting - * addresses and will lead to unexpected behaviour if used - * otherwise. - */ -#define IFA_PREFIX_EXACT_DEL 0x40 -#define IFA_REAL_DEL_PREFIX(l) ((l) & 0x3f) - /* ifa_flags */ #define IFA_F_SECONDARY 0x01 |
