From b3e0811b811b8021dc52b32b88e13468494d9d7a Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Sat, 3 Oct 2015 19:48:46 +0200 Subject: rdisc: move address generation into NMRDisc from NMLNDPRdisc It makes more sense in the generic place. It will make it possible for the NMRDisc to retry the address generation upon DAD failures. --- src/rdisc/nm-rdisc-private.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/rdisc/nm-rdisc-private.h') diff --git a/src/rdisc/nm-rdisc-private.h b/src/rdisc/nm-rdisc-private.h index 59c0cf3757..c0ec739aba 100644 --- a/src/rdisc/nm-rdisc-private.h +++ b/src/rdisc/nm-rdisc-private.h @@ -27,11 +27,11 @@ void nm_rdisc_ra_received (NMRDisc *rdisc, guint32 now, NMRDiscConfigMap changed); -gboolean nm_rdisc_add_gateway (NMRDisc *rdisc, const NMRDiscGateway *new); -gboolean nm_rdisc_add_address (NMRDisc *rdisc, const NMRDiscAddress *new); -gboolean nm_rdisc_add_route (NMRDisc *rdisc, const NMRDiscRoute *new); -gboolean nm_rdisc_add_dns_server (NMRDisc *rdisc, const NMRDiscDNSServer *new); -gboolean nm_rdisc_add_dns_domain (NMRDisc *rdisc, const NMRDiscDNSDomain *new); +gboolean nm_rdisc_add_gateway (NMRDisc *rdisc, const NMRDiscGateway *new); +gboolean nm_rdisc_complete_and_add_address (NMRDisc *rdisc, NMRDiscAddress *new); +gboolean nm_rdisc_add_route (NMRDisc *rdisc, const NMRDiscRoute *new); +gboolean nm_rdisc_add_dns_server (NMRDisc *rdisc, const NMRDiscDNSServer *new); +gboolean nm_rdisc_add_dns_domain (NMRDisc *rdisc, const NMRDiscDNSDomain *new); /*********************************************************************************************/ -- cgit v1.2.1