diff options
| author | Roy Marples <roy@marples.name> | 2010-03-05 15:47:46 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2010-03-05 15:47:46 +0000 |
| commit | d274a5320bd88618e6ba37da5f0dc4197dec56d8 (patch) | |
| tree | 613541cc75bc3a0aea57b45fafb0a44b9054d423 /net.h | |
| parent | fdbeed3d2b936cab9825d30338abadd12eec99aa (diff) | |
| download | dhcpcd-d274a5320bd88618e6ba37da5f0dc4197dec56d8.tar.xz | |
Set the broadcast flag for interfaces that say they need it.
Diffstat (limited to 'net.h')
| -rw-r--r-- | net.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -105,6 +105,7 @@ int inet_ntocidr(struct in_addr); int inet_cidrtoaddr(int, struct in_addr *); int up_interface(struct interface *); +int if_conf(struct interface *); int if_init(struct interface *); int do_address(const char *, |
