summaryrefslogtreecommitdiff
path: root/include/net
diff options
context:
space:
mode:
authorAlexey Kuznetsov <kuznet@ms2.inr.ac.ru>2002-10-24 14:49:53 -0700
committerHideaki Yoshifuji <yoshfuji@linux-ipv6.org>2002-10-24 14:49:53 -0700
commitcd51fffd91070e2a89b8297a6874ce35200ac425 (patch)
tree043d9e7e1fe854d6fd349b917cc9d0cc664cf182 /include/net
parent0580e4e842285df229389e028ba18336726cfaf7 (diff)
[NET]: Add DST_NOXFRM and DST_NOPOLICY flags.
Diffstat (limited to 'include/net')
-rw-r--r--include/net/dst.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/dst.h b/include/net/dst.h
index 44d7374573f2..c6ad6d434e98 100644
--- a/include/net/dst.h
+++ b/include/net/dst.h
@@ -42,6 +42,8 @@ struct dst_entry
int obsolete;
int flags;
#define DST_HOST 1
+#define DST_NOXFRM 2
+#define DST_NOPOLICY 4
unsigned long lastuse;
unsigned long expires;