diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-07-27 13:21:22 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-07-27 13:21:22 +0200 |
commit | 75e73ab3714e324bf98140dbbf740d3e4c40f044 (patch) | |
tree | 0a6eb791f8cfbf93301a3445ef863efd83ab0277 /proto.h | |
parent | bb1077aaf9f68dba09224803dd89d7316dc24648 (diff) |
interface: enable force_link by default for proto=static
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -36,6 +36,7 @@ enum { PROTO_FLAG_NODEV = (1 << 1), PROTO_FLAG_INIT_AVAILABLE = (1 << 2), PROTO_FLAG_RENEW_AVAILABLE = (1 << 3), + PROTO_FLAG_FORCE_LINK_DEFAULT = (1 << 4), }; struct interface_proto_state { |