CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2018/12/11 02:03:36
Modified files: usr.sbin/bgpctl: bgpctl.c Log message: bgpctl can no long reuse the aspath_match function from bgpd so move the roughly the same function here called match_aspath(). OK denis@