OpenBSD CVS

src/usr.sbin/bgpctl/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.sbin / bgpctl

Current tag: OPENBSD_6_9


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.17   4 years  claudio   Add support to output data in JSON. This is still work in progress and the outpu...
[TXT] bgpctl.8  1.96   3 years  claudio   Add `bgpctl show rtr` to display basic information about RTR sessions. OK job@
[TXT] bgpctl.c  1.266   3 years  claudio   Fix bgpctl show mrt for UPDATE messages. The call to output->attr() was incorrec...
[TXT] bgpctl.h  1.10   3 years  claudio   Fix bgpctl show mrt for UPDATE messages. The call to output->attr() was incorrec...
[TXT] json.c  1.2   4 years  claudio   Using int64_t together with printf %llu is not portable. Either add a cast in th...
[TXT] json.h  1.3   3 years  claudio   No need to include sys/cdefs.h here
[TXT] mrtparser.c  1.14   3 years  claudio   Adjust code to the change of struct bgpd_addr in bgpd. OK denis@
[TXT] mrtparser.h  1.3   5 years  claudio   Use struct bgpd_addr instead of a union of sockaddrs to store addresses in the m...
[TXT] output.c  1.15   3 years  claudio   Fix bgpctl show mrt for UPDATE messages. The call to output->attr() was incorrec...
[TXT] output_json.c  1.9   3 years  claudio   Fix bgpctl show mrt for UPDATE messages. The call to output->attr() was incorrec...
[TXT] parser.c  1.106   3 years  claudio   Add `bgpctl show rtr` to display basic information about RTR sessions. OK job@
[TXT] parser.h  1.40   3 years  claudio   Add `bgpctl show rtr` to display basic information about RTR sessions. OK job@