summaryrefslogtreecommitdiff
path: root/proto-static.c
diff options
context:
space:
mode:
Diffstat (limited to 'proto-static.c')
-rw-r--r--proto-static.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/proto-static.c b/proto-static.c
index 51e2083..3e33c3d 100644
--- a/proto-static.c
+++ b/proto-static.c
@@ -100,7 +100,8 @@ error:
static struct proto_handler static_proto = {
.name = "static",
- .flags = PROTO_FLAG_IMMEDIATE,
+ .flags = PROTO_FLAG_IMMEDIATE |
+ PROTO_FLAG_FORCE_LINK_DEFAULT,
.config_params = &proto_ip_attr,
.attach = static_attach,
};