From cd51fffd91070e2a89b8297a6874ce35200ac425 Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Thu, 24 Oct 2002 14:49:53 -0700 Subject: [NET]: Add DST_NOXFRM and DST_NOPOLICY flags. --- include/net/dst.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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; -- cgit v1.2.3