CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/03/07 04:00:36
Modified files:
sys/netinet : if_ether.c
sys/netinet6 : nd6.c
Log message:
Do not remove RTF_STATIC L2 entries from the routing table.
This restore the previous behavior without looking at the reference
counter of route entries.
Static entries might not have a cloning route to re-create them and
when their timer expires they were completly gone as found the hardway
by matthieu@.
ok matthieu@
