CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2010/03/08 10:02:19
Modified files: usr.sbin/bgpctl: bgpctl.c parser.c Log message: res.flags is not only used by the irrfilter so initializing them with irrfilter flags is causing strange behaviour on other commands (like show fib). Set the IPV4 and IPV6 flags at the end unless one of them got already set. OK henning, sthen, deraadt