index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
bgpd
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
When introducing prefix_eligible() I botched up one if statement.
claudio
2021-03-08
1
-3
/
+6
*
Introduce 'rde evaluate all' a mode to work around path hiding in IXP
claudio
2021-03-02
8
-58
/
+200
*
Add RTR support to OpenBGPD. Add basic support for the protocol.
claudio
2021-02-16
15
-106
/
+2167
*
Properly implement 'rde med compare strict' and make sure that the order
claudio
2021-02-02
1
-25
/
+141
*
update the pathname for the control socket path; from daniel jakots
jmc
2021-02-01
1
-8
/
+12
*
spelling fixes;
jmc
2021-01-27
1
-4
/
+4
*
RFC6472 discourages the use of AS_SET segements in ASPATH attributes.
claudio
2021-01-25
6
-13
/
+91
*
Change struct bgpd_addr VPN encoding. Instead of including two almost
claudio
2021-01-18
6
-243
/
+144
*
aspath_neighbor() needs to return the local system AS for empty AS paths
claudio
2021-01-16
1
-3
/
+8
*
Cleanup prefix_cmp() a bit. Make sure that the return value can not overflow
claudio
2021-01-14
1
-28
/
+60
*
Extend prefix_evaluate() to also be used when withdrawing a prefix.
claudio
2021-01-13
4
-40
/
+33
*
Move peer related checks from up_test_update() to rde_generate_updates()
claudio
2021-01-09
2
-37
/
+18
*
It is safe to call addr2sa with a bgpd_addr NULL pointer
claudio
2021-01-05
1
-2
/
+2
*
Revert part of the last addr2sa change. When addr is NULL or AID_UNSPEC
claudio
2021-01-05
1
-4
/
+4
*
Add AID_VPN_IPv[46] support to addr2sa. It only converts the address part
claudio
2021-01-05
1
-15
/
+28
*
Rename PFD_PIPE_ROUTE to PFD_PIPE_RDE which is a more obvious name.
claudio
2021-01-04
1
-19
/
+25
*
Rework roa_cmp() so that the result does not depend on the endianess of
claudio
2021-01-04
1
-16
/
+43
*
Use log_sockaddr() in log_addr() to print a struct bgpd_addr. This way
claudio
2021-01-04
2
-8
/
+6
*
Implement IMSG_CTL_SHOW_SET to get information about roa-set, as-sets and
claudio
2020-12-30
7
-15
/
+110
*
Use correct IMSG type in fatal message. Also reformat some not so long lines.
claudio
2020-12-30
1
-6
/
+4
*
RB_REMOVE from the correct tree. Dumb copy paste bug introduced by last commit.
claudio
2020-12-30
1
-2
/
+2
*
In preparation for RTR support change the representation of the roa-set
claudio
2020-12-29
7
-145
/
+160
*
getifaddrs() can return entries where ifa_addr is NULL. Check for this
claudio
2020-12-29
2
-8
/
+13
*
Only skip routes with a loopback gateway for network static and connected.
claudio
2020-12-29
1
-12
/
+19
*
BGP uses KEEPALIVE packets and the HOLD timer to detect stalled sessions.
claudio
2020-12-23
3
-3
/
+20
*
Make the timer code independent of struct peer this way it can be used
claudio
2020-12-11
4
-117
/
+128
*
Reference count prefixes added to a pftable. This allows to export
claudio
2020-12-04
4
-42
/
+101
*
rework the overflow checks for the various relative metric adjustments.
claudio
2020-12-03
1
-7
/
+7
*
Mark some common symbols of RDE and SE as static so that linking
claudio
2020-11-05
2
-10
/
+12
*
Kill bgpd_process, nothing uses it anymore. Instead pass the process
claudio
2020-11-05
4
-11
/
+8
*
Refactor the filterset handling of nexthops. Instead of depending on
claudio
2020-11-05
5
-15
/
+30
*
Refactor the control code to be more like a module.
claudio
2020-11-05
3
-39
/
+37
*
Fix comment to better reflect reality
claudio
2020-11-05
1
-2
/
+2
*
Do not allow configuration of the same neighbor multiple times. For this
claudio
2020-10-27
1
-3
/
+25
*
Fix a memory leak when parsing roa-set lists. If the prefixset_item is
claudio
2020-10-26
1
-1
/
+3
*
rde_update_dispatch() was switched to void some time ago. There is no
claudio
2020-10-21
1
-5
/
+3
*
Move tmp16 declaration into the #ifdef __KAME__ block to remove a compiler
claudio
2020-10-21
1
-2
/
+2
*
For portability include sys/types.h instead of sys/cdefs.h.
claudio
2020-10-21
1
-2
/
+2
*
Replace TAILQ concatenation loop with TAILQ_CONCAT
bket
2020-06-27
1
-7
/
+3
*
Remove redundant code
denis
2020-06-05
1
-2
/
+1
*
list example files in FILES with a short description: generally, "Example
jmc
2020-05-16
1
-4
/
+4
*
There is no reason to limit the string length of log_reason() to REASON_LEN
claudio
2020-05-11
1
-5
/
+5
*
In bgpctl argument parser, re-arrange 'reason' parsing ('nei action [reason]')
deraadt
2020-05-10
7
-43
/
+47
*
Do not use string litterals in the grammar ("{") it is not POSIX compliant
claudio
2020-05-08
1
-3
/
+3
*
The warning "bad AGGREGATOR, AS 0 not allowed ..." is not very helpful.
claudio
2020-05-02
1
-3
/
+5
*
ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;
jmc
2020-04-23
1
-11
/
+11
*
replace examples of "Ic arg Ic arg" with "Ic arg arg" and stop the spread;
jmc
2020-04-23
1
-7
/
+7
*
Try to document 'no local-address'
claudio
2020-04-23
1
-2
/
+5
*
Store local-address by address family. This allows to configure both
claudio
2020-04-23
6
-29
/
+81
*
The assumption that in roa tables a prefix / source-as combo only appears
claudio
2020-03-16
1
-6
/
+15
[next]