summaryrefslogtreecommitdiff
path: root/src/libsystemd-dhcp/dhcp-network.c
AgeCommit message (Collapse)Author
2013-12-12dhcp: Add function for sending a raw packetPatrik Flykt
Open a packet socket, create a link level header, send packet and close socket. Adding it to a separate file makes testing of the DHCP sending much easier, as the test program can supply any socket to the DHCP client code.