CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/01/02 03:16:46
Modified files:
usr.sbin/ospf6d: interface.c neighbor.c ospf6d.c ospfe.c ospfe.h
rde.c rde_lsdb.c
Log message:
Rename orig_rtr_lsa_area() to orig_rtr_lsa()
Now that area is part of iface, original orig_rtr_lsa() is useless. Also
verifying that area != NULL is not needed in some cases (these are
leftovers of the previous diff).
OK remi@
