diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-05-13 15:49:25 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-05-13 15:49:25 +0200 |
commit | f7ac9bf93cc07755d15a7ab65d17dc66b8fcea80 (patch) | |
tree | fe527337a78fe3ce3737c7e44a089a23a7ffe0f0 /proto.h | |
parent | a17e907f55390ae39ee8e64fd96d06abc193a7e5 (diff) |
split applying static proto setting from handler settings
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -70,6 +70,7 @@ int interface_proto_event(struct interface_proto_state *proto, enum interface_proto_cmd cmd, bool force); unsigned int parse_netmask_string(const char *str, bool v6); +int proto_apply_static_ip_settings(struct interface *iface, struct blob_attr *attr); int proto_apply_ip_settings(struct interface *iface, struct blob_attr *attr, bool ext); |