diff options
author | Martin Xu <martin.xu@intel.com> | 2010-02-09 10:29:53 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-02-11 05:30:41 +0100 |
commit | 120c8c3db0f65d2c2c350d8560c912678c71e86b (patch) | |
tree | 0418286df392497d2d662be0b6306ffa5ce8a5a5 /include/network.h | |
parent | ef65e9417606781bf4c33e63e9f16cca68b81737 (diff) | |
download | connman-120c8c3db0f65d2c2c350d8560c912678c71e86b.tar.gz connman-120c8c3db0f65d2c2c350d8560c912678c71e86b.tar.bz2 connman-120c8c3db0f65d2c2c350d8560c912678c71e86b.zip |
Add static IP support
The IP adress setting is now based on the selected ipconfig method. It is
set after a service reconnection though.
Diffstat (limited to 'include/network.h')
-rw-r--r-- | include/network.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/network.h b/include/network.h index e0b1cc39..f53f24e8 100644 --- a/include/network.h +++ b/include/network.h @@ -57,6 +57,7 @@ enum connman_network_protocol { enum connman_network_error { CONNMAN_NETWORK_ERROR_UNKNOWN = 0, CONNMAN_NETWORK_ERROR_ASSOCIATE_FAIL = 1, + CONNMAN_NETWORK_ERROR_CONFIGURE_FAIL = 2, }; struct connman_network; |