summaryrefslogtreecommitdiff
path: root/src/conf_mode/dhcp_relay.py
AgeCommit message (Collapse)Author
2019-02-25T1234: add missing option when processing dhcp-relay packetsChristian Poessinger
(cherry picked from commit f0084de554d71d0f011c7fd2c6009f1864bd9d77)
2018-11-02T939: Remove possibility to specify DHCP relay portChristian Poessinger
(cherry picked from commit c4c183a16fe2ddc612ed947fc5513c87f30c7c27)
2018-10-25T938: do not bind DHCP relay to default port if unspecifiedChristian 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-17T913: DHCP relay service XML/Python rewrite for IPv4Christian Poessinger