chiark
/
gitweb
/
~mdw
/
secnet
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Import release 0.1.3
[secnet]
/
netlink.h
diff --git
a/netlink.h
b/netlink.h
index faf3282ad9fc666ced4bbdd476e803f9bf190e9d..f1144441fb094623781435889d709c5d9f2c5a4d 100644
(file)
--- a/
netlink.h
+++ b/
netlink.h
@@
-11,13
+11,14
@@
struct netlink_client {
void *dst;
string_t name;
uint32_t link_quality;
-
bool_t hard_route
s;
+
uint32_t option
s;
struct netlink_client *next;
};
struct netlink_route {
struct subnet net;
bool_t hard;
+ bool_t allow_route;
bool_t up;
bool_t kup;
struct netlink_client *c;