From a3606a74c672ef6471c006d15262dbb8ea60d025 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 26 Feb 2012 17:12:59 +0100 Subject: proto: add an option for specifying external addresses using proto_apply_ip_settings() --- proto-static.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto-static.c') diff --git a/proto-static.c b/proto-static.c index 4ee4793..be68e8e 100644 --- a/proto-static.c +++ b/proto-static.c @@ -20,7 +20,7 @@ struct static_proto_state { static bool static_proto_setup(struct static_proto_state *state) { - return proto_apply_ip_settings(state->proto.iface, state->config) == 0; + return proto_apply_ip_settings(state->proto.iface, state->config, false) == 0; } static int -- cgit v1.2.1