summaryrefslogtreecommitdiff
path: root/include/linux/rtnetlink.h
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2005-03-31 18:34:31 +0200
committerThomas Graf <tgraf@suug.ch>2005-03-31 18:34:31 +0200
commit81df61b91fd240465a4b6ba6b77d3642decfa91b (patch)
tree3575686a188320324a53a27da801d0add5dad07e /include/linux/rtnetlink.h
parent6d36ed6877f400d2dc44a995587d0512fb88e267 (diff)
Cset exclude: tgraf@suug.ch|ChangeSet|20050316221421|24742
Diffstat (limited to 'include/linux/rtnetlink.h')
-rw-r--r--include/linux/rtnetlink.h13
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