Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-25 | T1234: add missing option when processing dhcp-relay packets | Christian Poessinger | |
(cherry picked from commit f0084de554d71d0f011c7fd2c6009f1864bd9d77) | |||
2018-11-02 | T939: Remove possibility to specify DHCP relay port | Christian Poessinger | |
(cherry picked from commit c4c183a16fe2ddc612ed947fc5513c87f30c7c27) | |||
2018-10-25 | T938: do not bind DHCP relay to default port if unspecified | Christian Poessinger | |
Binding isc-dhcp-relay to its default port (67 e.g. for IPv4) will result in an error when starting up the service: bad: ---- $ dhcrelay -q -4 -p 67 -c 10 -A 576 -m discard -i eth0.21 -i eth0 10.253.253.1 binding to user-specified port 67 good: ----- $ dhcrelay -q -4 -c 10 -A 576 -m discard -i eth0.21 -i eth0 10.253.253.1 Setting removed from the IPv6 implementation, too! | |||
2018-10-17 | T913: DHCP relay service XML/Python rewrite for IPv4 | Christian Poessinger | |