CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/11/30 13:58:08
Modified files:
usr.sbin/rtadvd: if.c if.h rtadvd.c
Log message:
Clean up get_next_msg(): kill dead argument/code
The "ifindex" argument has always been zero, making the interface index
checks within get_next_msg() useless. The caller already properly
retrieves and handle the interface index of the routing messages.
ok florian@
