Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-16 | dragonfly: Initial porting work | Antonio Huete Jimenez | |
Signed-off-by: Antonio Huete Jimenez <tuxillo@quantumachine.net> | |||
2021-08-12 | [interfaces] bsd #2 | Pablo Mazzini | |
2021-08-11 | [interfaces] bsd | Pablo Mazzini | |
2021-08-09 | [interfaces] darwin (#423) | Pablo Mazzini | |
2021-06-08 | Make server4 package compile on Windows (#428) | Guillaume Rose | |
2020-01-09 | interfaces: add support for AIX | Clément Chigot | |
Signed-off-by: Clément Chigot <clement.chigot@atos.net> | |||
2019-09-17 | dhcpv4: Move BindToInterface to interfaces package | Anatole Denis | |
This moves the implementations of the BindToInterface to the interfaces/ package, since they aren't ipv4-specific. The BindToInterface function remains in dhcpv4 (simply wraps the one in interfaces) to keep backwards-compatibility Additionally, fold bindtodevice_darwin into bindtodevice_bsd: darwin is mostly a BSD, and happens to support IP_RECVIF, so use that instead of IP_BOUND_IF, which only affects sends, not receives according to the code comments in bsd/netinet/ip_output.c as well as being v4-only Signed-off-by: Anatole Denis <natolumin@unverle.fr> | |||
2018-11-29 | interfaces: added package with interface facilities | Andrea Barberio | |