summaryrefslogtreecommitdiffstats
path: root/include/utils.h
diff options
context:
space:
mode:
authornet[shemminger]!shemminger <net[shemminger]!shemminger>2005-03-30 18:16:10 +0000
committernet[shemminger]!shemminger <net[shemminger]!shemminger>2005-03-30 18:16:10 +0000
commitf082b64fb40b467bc1f9e5d245114aae4e256d5c (patch)
tree3026f4779b181eb78b4c63f64e29289a4ebe264e /include/utils.h
parent2cea8f2fb2a5aaad6f685b25d2f533e048c81414 (diff)
Import patch addr-del
(Logical change 1.178)
Diffstat (limited to 'include/utils.h')
-rw-r--r--include/utils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/utils.h b/include/utils.h
index 906e3941..ddbf97c4 100644
--- a/include/utils.h
+++ b/include/utils.h
@@ -43,9 +43,12 @@ typedef struct
__u8 family;
__u8 bytelen;
__s16 bitlen;
+ __u32 flags;
__u32 data[4];
} inet_prefix;
+#define PREFIXLEN_SPECIFIED 1
+
#define DN_MAXADDL 20
#ifndef AF_DECnet
#define AF_DECnet 12