Toke Høiland-Jørgensen
Toke Høiland-Jørgensen
I noticed that my twitter bridge was not picking up new messages, so I tried to issue a 'sync' which gets me the following response: > Unhandled error while handling...
A configuration program should read a config file with the customer information and configure the system with the right VLAN interfaces, routes, etc... A configuration file could be a YAML...
When adding an option 82 to the relayed DHCP packets, we should filter any existing options as well.
Quote: > Anyway, I think it is time to consult the RFC ( > https://tools.ietf.org/rfc/rfc3046.txt), more specifically section 3.1 and > 3.2, which defines the content of the sub options...
How do we handle the replies from the DHCP server? We need to attach the right VLAN tags and make sure it goes out the right interface. Capturing these in...
How do we support redundant upstream DHCP servers? Round-robin scheduling between them? Heartbeat to make sure we know which one(s) are online? Let the network handle it?
The DHCP relay should also handle DHCPv6.
@mozzieongit requested the ability to unload programs without CAP_SYS_ADMIN, so that an application can drop privileges after loading (see #432).. It may be possible to support *unloading* of XDP programs...
Right now libxdp does kernel feature probing every time it constructs a new dispatcher for attachment. If the probing fails, it will output libbpf failure logs, which look like an...
When using IP filter mode in xdp-filter, we don't parse neighbour requests (ARP for IPv4, ND ICMPv6 packets for IPv6), which can lead to loss of connectivity in deny-default mode....