ndhc/ifchd
Nicholas J. Kain 06b65de08c Add a perform_ip_subnet_bcast() function that uses Linux netlink sockets
to set the interface ip, subnet, and broadcast address simultaneously.

The advantage of this approach is that a single netlink notification
will be sent rather than multiple messages as the ip, subnet,
and broadcast address are set one at a time.

Currently this function is not used, as it will require a wire format
change that will be introduced in a subsequent commit.
2014-03-09 09:46:05 -04:00
..
CMakeLists.txt Use a Ragel-generated DFA parser for ifchd command dispatch. 2013-05-08 06:27:22 -04:00
ifch_proto.h Some options are never sent to ifchd, but we unfortunately would need to 2011-07-25 04:26:34 -04:00
ifchd-defines.h Use a Ragel-generated DFA parser for ifchd command dispatch. 2013-05-08 06:27:22 -04:00
ifchd-parse.rl ifchd: Make the command parser much more strict. It now has a concept of 2013-05-11 10:59:04 -04:00
ifchd.8 Update copyright and license print spam. 2012-07-20 09:37:41 -04:00
ifchd.c Lists of IPs should be comma-separated rather than semicolon or 2013-05-10 13:46:58 -04:00
linux.c Add a perform_ip_subnet_bcast() function that uses Linux netlink sockets 2014-03-09 09:46:05 -04:00
linux.h Use a Ragel-generated DFA parser for ifchd command dispatch. 2013-05-08 06:27:22 -04:00