CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2015/09/10 03:17:16
Modified files: sys/netinet6 : nd6_rtr.c Log message: if_put dance, shuffle some code and switch a printf to print the ifindex instead of the name so we don't have to if_get/if_put it for just that. OK dlg@