From 75e73ab3714e324bf98140dbbf740d3e4c40f044 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 27 Jul 2014 13:21:22 +0200 Subject: interface: enable force_link by default for proto=static Signed-off-by: Felix Fietkau --- proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'proto.h') diff --git a/proto.h b/proto.h index e7d84ac..7210f48 100644 --- a/proto.h +++ b/proto.h @@ -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 { -- cgit v1.2.1