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
/
bgpd
Age
Commit message (
Expand
)
Author
2022-06-28
Try to document 'announce policy' and add RFC 9234 to the list in bgpd.8
Claudio Jeker
2022-06-28
The default state of enhanced refresh is no. So flip logic.
Claudio Jeker
2022-06-28
Check for entries in the suberror names arrays that are NULL. Handle them
Claudio Jeker
2022-06-28
Unbreak tree: add log_policy() implementation missing from previous commit.
Theo Buehler
2022-06-28
spelling
Jonathan Gray
2022-06-27
Add support for RFC 9234 - Route Leak Prevention and Detection Using Roles
Claudio Jeker
2022-06-26
Pignatoro -> Pignataro
Jonathan Gray
2022-06-25
Since 128bit addressing is not enough add some addition 32bit of
Claudio Jeker
2022-06-24
Use IN6_IS_ADDR_MC_NODELOCAL() instead of IN6_IS_ADDR_MC_INTFACELOCAL().
Claudio Jeker
2022-06-23
Move struct kif from bgpd.h to kroute.c
Claudio Jeker
2022-06-23
Fix comments
Claudio Jeker
2022-06-23
Thanks IPv6 for being extra complex. Recover scope_id for link local addrs.
Claudio Jeker
2022-06-23
Replace struct kroute_node and kroute6_node with direct versions of
Claudio Jeker
2022-06-22
Move struct kroute and kroute6 to kroute.c and out of bgpd.h
Claudio Jeker
2022-06-22
Use struct kroute_full in bgpd_filternexthop() so this code becomes a lot
Claudio Jeker
2022-06-22
Sync KAME hack in log_in6addr() with route/show.c
Theo Buehler
2022-06-22
Use struct kroute_full instead of a union of struct kroute & kroute6.
Claudio Jeker
2022-06-22
Remove comment which is no longer true.
Claudio Jeker
2022-06-19
Implement a applymask() function that works on bgpd_addr structs.
Claudio Jeker
2022-06-17
Adapt the KAME hack in sa2addr() to be the same as in route/show.c
Claudio Jeker
2022-06-16
Neither inet4allone nor inet6allone need global scope. Make them static.
Claudio Jeker
2022-06-16
Remove prefixlen2mask() uasge outside of util.c. Instead use inet4applymask().
Claudio Jeker
2022-06-16
If anything in name2id conversion fails then just return 0.
Claudio Jeker
2022-06-16
Remove __func__ from warning messages where it does not add anything
Claudio Jeker
2022-06-15
Prevent busy poll loop on pfkey message error.
Claudio Jeker
2022-06-15
Need to continue to the next message for route messages with errors
Claudio Jeker
2022-06-15
Do not use defines from pfkeyv2.h in portable code.
Claudio Jeker
2022-06-15
Rename F_BGPD_INSERTED to F_BGPD and use F_BGPD_INSERTED as a flag that
Claudio Jeker
2022-06-14
Add my copyright, I think I added enough code to justify it.
Claudio Jeker
2022-06-14
Bump version to 7.4
Claudio Jeker
2022-06-13
Split dispatch_rtmsg_addr() into a function parsing a route message
Claudio Jeker
2022-06-09
Properly error out if a variable does not exist. Need to pass back
Claudio Jeker
2022-06-09
Change argument of ktable_get from ifd->ifi_rdomain to kif->k.rdomain.
Claudio Jeker
2022-06-09
Remove the rdomain / rtableid passed to some kroute functions.
Claudio Jeker
2022-06-07
Try to be more precise with rtlabelid tracking.
Claudio Jeker
2022-06-07
uint8_t not u_int8_t. Damn finger memory.
Claudio Jeker
2022-06-07
Retire F_RTLABEL it was not used for anything.
Claudio Jeker
2022-06-05
Rework how fib_priority is handled.
Claudio Jeker
2022-06-02
Adjust lowest allowed routing priority to be bigger than RTP_LOCAL.
Claudio Jeker
2022-06-02
Use a common idiom to check if the user supplied routing priority is
Claudio Jeker
2022-06-02
Cleanup ktable_exists() usage and its warning message.
Claudio Jeker
2022-06-02
Adjust some warning messages to be a bit more accurate. ktable_update()
Claudio Jeker
2022-05-31
fix spacing;
Jason McIntyre
2022-05-31
Implement a max communities filter match
Claudio Jeker
2022-05-25
Fix non-transitive extended community handling.
Claudio Jeker
2022-05-23
whitespaces found when I went checking for something else
Theo de Raadt
2022-05-06
Relax the limitation of what is an acceptable unicast IP.
Claudio Jeker
2022-04-04
Prepare for new release.
Claudio Jeker
2022-03-31
man pages: add missing commas between subordinate and main clauses
Christian Weisgerber
2022-03-30
Simplify up_generate_updates()
Theo Buehler
[next]