CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/11/08 06:02:32
Modified files:
sbin/slaacd : engine.c
Log message:
There is at most one Default Router Proposal present per router.
We can just use find_dfr_proposal_by_gw() instead of looping through
the list manually. This was copied from the address proposal code
which needs to loop since usually there are two address proposals
present.
