• Ondřej Zajíček's avatar
    Changes order of iface/addr/neigh event hooks. · f92e6ab3
    Ondřej Zajíček authored
    Now the order is:
    
    Up   -> iface, addr, neigh
    Down -> neigh, addr, iface
    
    It fixes the case when an iface appears, related static routes are
    activated and exported to OSPF before the iface notification and
    therefore forwarding addresses are not encoded in generated external
    LSAs.
    f92e6ab3