CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2022/08/18 11:02:42
Modified files: usr.sbin/bgpd : kroute.c Log message: In kroute_insert() fix the check for multipath routes. Use a helper variable since krm is only set for IPv4 routes but not for IPv6 ones. OK tb@