diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2016-04-08 15:10:57 +0200 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2016-04-08 15:11:21 +0200 |
commit | e90dd656cc9126e1fbcc45fb77a10bf1baa2a1b5 (patch) | |
tree | 5383de73050fdc1d3c87b3c28b218126bb4d2244 /nest/rt-dev.h | |
parent | f2ae2badff37c008ba8217a12f8ee6dc6a3c5a39 (diff) |
Direct: Implement check link for direct protocol
When enabled, direct protocol generates routes only if the underlying
link state is up.
Diffstat (limited to 'nest/rt-dev.h')
-rw-r--r-- | nest/rt-dev.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nest/rt-dev.h b/nest/rt-dev.h index c36d0742..191b9a02 100644 --- a/nest/rt-dev.h +++ b/nest/rt-dev.h @@ -12,6 +12,7 @@ struct rt_dev_config { struct proto_config c; list iface_list; /* list of struct iface_patt */ + int check_link; }; #endif |