diff options
| author | Roy Marples <roy@marples.name> | 2019-09-04 12:21:08 +0300 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2019-09-04 12:21:08 +0300 |
| commit | 46afeac4a4ddbe43cb5309c17be881b8c2027be4 (patch) | |
| tree | 82a11ee2ecda8e79433f41421092359223c52a6e /src/if.h | |
| parent | 20101dd485a9d6954b90696aa1c10eb72fd3f6cc (diff) | |
| download | dhcpcd-46afeac4a4ddbe43cb5309c17be881b8c2027be4.tar.xz | |
Solaris: Get the subnet in ipv6 ifa handler
This simplifies the code and allows onlink route "addresses"
to work on P2P interfaces.
Diffstat (limited to 'src/if.h')
| -rw-r--r-- | src/if.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -107,6 +107,7 @@ struct ifaddrs; int if_getifaddrs(struct ifaddrs **); #define getifaddrs if_getifaddrs +int if_getsubnet(struct dhcpcd_ctx *, const char *, int, void *, size_t); #endif int if_getflags(struct interface *ifp); |
