index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
bgpctl
/
parser.c
Age
Commit message (
Expand
)
Author
2022-08-17
Use memset() instead of bzero().
Claudio Jeker
2022-06-22
Fix last commit. addr is already a pointer.
Claudio Jeker
2022-06-21
Use applymask() instead of inetXapplymask() since this code operates on
Claudio Jeker
2022-06-16
Remove prefixlen2mask() uasge outside of util.c. Instead use inet4applymask().
Claudio Jeker
2022-06-15
Adjust after chaning F_BGPD_INSERTED to F_BGPD and removal of F_DYNAMIC
Claudio Jeker
2022-03-21
Adjust to renaming of F_CTL_ACTIVE/F_PREF_ACTIVE to F_CTL_ACTIVE/F_PREF_BEST
Claudio Jeker
2022-02-06
Switch from u_intX_t types to stdint.h uintX_t like it was done in bgpd.
Claudio Jeker
2021-08-09
Make it possible to match on path-id in bgpctl show rib outputs.
Claudio Jeker
2021-02-16
Add `bgpctl show rtr` to display basic information about RTR sessions.
Claudio Jeker
2020-12-30
Add 'bgpctl show sets' to display information about the roa-set, as-sets,
Claudio Jeker
2020-05-12
Remove unused token BULK and for PREFIX and ADDRESS the table value is always
Claudio Jeker
2020-05-11
Add support for VPNv6 in the family keyword of show rib
Claudio Jeker
2020-05-10
In bgpctl argument parser, re-arrange 'reason' parsing ('nei action [reason]')
Theo de Raadt
2020-01-22
delete wasteful ;;
Theo de Raadt
2020-01-16
when parsing ASN, don't \0-split the original string, as it may be needed
Theo de Raadt
2019-09-27
Implement 'bgpctl show rib 8.8.8.8 or-shorter' to show all routes covering
Claudio Jeker
2019-06-28
The bgpctl parser can not handle neighbor and neighbors at the same time.
Claudio Jeker
2019-06-25
Remove irrfilter from bgpctl. The current code is not very useful.
Claudio Jeker
2019-06-17
Cleanup some spaces here as well. Again no binary change.
Claudio Jeker
2019-06-17
Adjust and sync the code with the new struct community code from bgpd.
Claudio Jeker
2019-05-23
Implement bgpctl show mrt neighbors, a command to print the neighbor table
Claudio Jeker
2019-04-10
Include endian.h since htobe* or be*toh is used. Helps with protable.
Claudio Jeker
2019-02-27
Adjust to the last bgpd change. sa2addr gets an extra agrument and
Claudio Jeker
2019-02-18
Bring in fixes in the community parsing code done in parse.y and fix
Claudio Jeker
2019-02-11
Adjust to last bgpd commit changing the MPLS VPN configuration.
Claudio Jeker
2019-01-20
Allow 'neighbor descripton' to be used like neighbor group description
Claudio Jeker
2018-12-19
Adjust bgpctl now that filter_extcommunity is no more.
Claudio Jeker
2018-11-28
Adjust bgpctl to handle the community changes done in bgpd.
Claudio Jeker
2018-10-03
add filter option based on origin validation state
denis
2018-09-07
When parsing AS numbers set both as_min and as_max to the parsed value.
Claudio Jeker
2018-09-05
Adjust after change of struct filter_as.
Claudio Jeker
2018-08-29
Introduce 'bgpctl show rib error' to show all prefixes that got flagged
Claudio Jeker
2018-07-10
Initialize the rtable in the requests send to bgpd to the current
Sebastian Benoit
2017-10-15
Add "ssv" variant which turns a rib route output into a single
Theo de Raadt
2017-08-10
handle extended communities in bgpctl.
Sebastian Benoit
2017-06-26
let admins set an unknown well-known community
Peter Hessler
2017-06-26
add support for the "graceful shutdown" well-known community as described
Peter Hessler
2017-02-14
fix a crash when parsing large community given on the command line
Sebastian Benoit
2017-02-13
draft-ietf-idr-shutdown extends to support a message on either of
Peter Hessler
2017-01-13
Add support for draft-ietf-idr-shutdown
Peter Hessler
2016-10-14
Add support for draft-ietf-idr-large-community
Peter Hessler
2015-10-11
Handle the blackhole well-known community in bgpctl as well (print it
Stuart Henderson
2015-10-11
add "best" as an alias for "selected"
Peter Hessler
2015-10-05
these 3 files do not need sys/socket.h
Theo de Raadt
2015-04-17
parse_prefix in parse.c got changed but the declaration in bgpctl.c
Peter Hessler
2014-11-19
reduce redundant strlen calls by calling it once and saving the value
Ted Unangst
2014-01-05
missing newline on error message
Theo de Raadt
2013-10-09
Allow us to bulk add / delete routes with the same attributes. Really
Peter Hessler
2013-03-07
Implement a bgpctl nei foo destroy that will remove the specified cloned
Claudio Jeker
2012-05-27
Make it possible to load mrt table dumps into bgpd. This is a debug tool but
Claudio Jeker
[next]