Commit cd51fffd authored by Alexey Kuznetsov's avatar Alexey Kuznetsov Committed by Hideaki Yoshifuji

[NET]: Add DST_NOXFRM and DST_NOPOLICY flags.

parent 0580e4e8
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment