CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2024/10/28 06:05:00
Modified files: usr.sbin/bgpd : rde_prefix.c Log message: Remove two fatalx calls in pt_fill since they are wrong. L3VPN withdraws don't carry a labelstack (see util.c::nlri_get_vpn4()). OK tb@