diff options
| author | Alexey Kuznetsov <kuznet@ms2.inr.ac.ru> | 2002-10-24 14:49:53 -0700 |
|---|---|---|
| committer | Hideaki Yoshifuji <yoshfuji@linux-ipv6.org> | 2002-10-24 14:49:53 -0700 |
| commit | cd51fffd91070e2a89b8297a6874ce35200ac425 (patch) | |
| tree | 043d9e7e1fe854d6fd349b917cc9d0cc664cf182 /include/net | |
| parent | 0580e4e842285df229389e028ba18336726cfaf7 (diff) | |
[NET]: Add DST_NOXFRM and DST_NOPOLICY flags.
Diffstat (limited to 'include/net')
| -rw-r--r-- | include/net/dst.h | 2 |
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; |
