diff options
| author | Roy Marples <roy@marples.name> | 2019-10-09 13:34:34 +0100 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2019-10-09 13:34:34 +0100 |
| commit | 53167b780e7dd46cc59dc8ea820eefe476bd5c5f (patch) | |
| tree | 2f916b502e2dc69c44e787acfbfcb0500b119c45 /src/if.h | |
| parent | 53228e9540e7a3bc22bac03371b617fd49856a4b (diff) | |
| download | dhcpcd-53167b780e7dd46cc59dc8ea820eefe476bd5c5f.tar.xz | |
BSD: Ignore interface groups as we would the interface name
Incase someone renames tap0 to foo4.
Diffstat (limited to 'src/if.h')
| -rw-r--r-- | src/if.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -152,7 +152,7 @@ int if_nametospec(const char *, struct if_spec *); int if_conf(struct interface *); int if_init(struct interface *); int if_getssid(struct interface *); -bool if_ignore(const char *); +bool if_ignore(struct dhcpcd_ctx *, const char *); int if_vimaster(const struct dhcpcd_ctx *ctx, const char *); unsigned short if_vlanid(const struct interface *); int if_opensockets(struct dhcpcd_ctx *); |
