NetworkManager/src/rdisc
Dan Winship ba75ad2d95 rdisc: obey rtr_solicitations and rtr_solicitation_interval
The IPv6 spec say that when performing SLAAC, you should sent at most
3 RSes, at least 4 seconds apart. We were previously continuing to
send RSes forever if we didn't get back a response. Fix that.

(Since the fix involves making nm-lndp-rdisc use NMPlatform, it was
necessary to rewrite the rdisc test program a bit, to not try to
include <net/if.h>, which is incompatible with <linux/if.h>.)
2014-03-04 17:04:01 -05:00
..
tests rdisc: obey rtr_solicitations and rtr_solicitation_interval 2014-03-04 17:04:01 -05:00
Makefile.am trivial: allow building tests from rdisc directory 2013-07-30 11:40:18 +02:00
nm-fake-rdisc.c rdisc: obey rtr_solicitations and rtr_solicitation_interval 2014-03-04 17:04:01 -05:00
nm-fake-rdisc.h rdisc: obey rtr_solicitations and rtr_solicitation_interval 2014-03-04 17:04:01 -05:00
nm-lndp-rdisc.c rdisc: obey rtr_solicitations and rtr_solicitation_interval 2014-03-04 17:04:01 -05:00
nm-lndp-rdisc.h rdisc: obey rtr_solicitations and rtr_solicitation_interval 2014-03-04 17:04:01 -05:00
nm-rdisc.c rdisc: expose the "hop limit" from the RA 2014-02-27 15:28:11 -05:00
nm-rdisc.h rdisc: obey rtr_solicitations and rtr_solicitation_interval 2014-03-04 17:04:01 -05:00