CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2021/11/28 05:49:55
Modified files: sbin/slaacd : frontend.c Log message: Make sure if_index is set in all case statements and use it consistently. This makes the next diff easier, also consistency is good. OK kn