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
2023-11-20
KNF
Claudio Jeker
2023-05-09
Rename 'invalid' to 'disqualified' in the 'show rib' table.
Claudio Jeker
2023-04-21
Adjust ext community handling to support the generic transitive communities
Claudio Jeker
2023-04-21
Implement flowspec add and delete to add/remove flowspec rules dynamically.
Claudio Jeker
2023-04-20
Implement bgpctl show flowspec and bgpctl flowspec flush.
Claudio Jeker
2023-04-17
Convert all users of parse_number() to also process the next element
Claudio Jeker
2023-04-17
In parse_prefix and parse_addr only touch the addr if the functions is
Claudio Jeker
2023-04-17
Passing argv as tripple indirect pointer to match_token() is just strange.
Claudio Jeker
2023-04-17
Rework how communities are parsed. Use tha fact that argv and argc are
Claudio Jeker
2023-04-15
Introduce an ANYTOKEN token which can be used instead of NOTOKEN to allow
Claudio Jeker
2023-04-13
Sort commands alphabetically both in the tables and manpage.
Claudio Jeker
2023-04-12
bgpctl network bulk requires now the specification of 'add' or 'delete'.
Claudio Jeker
2023-03-13
Extend bgpctl show rib with two new options:
Claudio Jeker
2023-02-02
Fix typo
Job Snijders
2023-01-30
Same parseextvalue() change as in parse.y rev 1.441
Claudio Jeker
2023-01-24
Implmement `bgpctl show rib avs invalid` and firends.
Claudio Jeker
2022-11-10
A theoretical path exists where ext.data1 is not initialized by
Moritz Buhl
2022-10-17
SHOW_METRICS for the actions enum. Just to match the rest.
Claudio Jeker
2022-10-17
Use metrics as the command name and document show metrics.
Claudio Jeker
2022-10-17
Implement openmetric output via bgpctl show metric command
Claudio Jeker
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
[next]