#
b57001d2 |
| 18-Mar-2019 |
dlg <dlg@openbsd.org> |
explicitly use BPF_FILDROP_CAPTURE when configuring BIOCSFILDROP
BIOCSFILDROP used to just be a flag, ie, any non-zero value was treated the same, but i'm changing it so different values do differen
explicitly use BPF_FILDROP_CAPTURE when configuring BIOCSFILDROP
BIOCSFILDROP used to just be a flag, ie, any non-zero value was treated the same, but i'm changing it so different values do different things. this way the programs should keep working even if i decide to change the values for these macros.
show more ...
|
#
9cbab583 |
| 17-Mar-2017 |
rzalamena <rzalamena@openbsd.org> |
Import the DHCPv6 relay implementation.
This code was based on the dhcrelay(8) daemon and shares a lot of the structures and functions. This daemon implements the following RFCs: * RFC 3315 Section
Import the DHCPv6 relay implementation.
This code was based on the dhcrelay(8) daemon and shares a lot of the structures and functions. This daemon implements the following RFCs: * RFC 3315 Section 20: Relay Agent Behavior * RFC 4649: Relay Agent Remote-ID option * RFC 6221: Lightweight DHCPv6 Relay Agent
show more ...
|