-
OS: Freshly installed Ubuntu 18.04 LS
Version v0.9.3
Fresh installation of k8s via kubeadm - 3 node cluster, 1 master, 2 nodes.
BCP mode connected to pfsense using openbgpd
Flannel: v0.12.0-…
-
Is tcp md5sig not supported on Linux?
tcpdump shows:
03:27:00.333557 IP (tos 0x0, ttl 63, id 32056, offset 0, flags [DF], proto TCP (6), length 72)
xx.xx.xx.xx.31986 > yy.yy.yy.yy.179: Flags …
-
I have a BuyVM VPS running OpenBGPD. When I try using 8.4 on both FreeBSD 14.0 (via Ports) and Rocky Linux 9.3 (via EPEL), I am unable to advertise IPv6 BGP. It is not routable on both systems.
If …
-
Hello,
I'm getting some issues while installing 8.4.
It seems that something changed upstream in openbgpd and autogen fails to apply a patch.
```
Copying http.h to bgplgd
Copying slowcgi.h to…
-
We have had an issue where both our Alice Looking Glasses crashed when they received data from Open-BGPd-state-server for a peer that had a generic extended community tagged to their prefixes. The sam…
-
### Summary
At https://github.com/ansible/ansible/blob/devel/lib/ansible/plugins/connection/__init__.py#L282
```python
self._sub_plugin = {}
```
Then at https://github.com/ansible/ansible/blob/…
-
I attempted to provide the validation results of rpki-client via RTR (Version 2) to OpenBGPD, using two Ubuntu 22.04 machines (Ubuntu_A and Ubuntu_B) deployed in a virtual environment. While I was abl…
-
There seems to be a syntax error in src/bgpd/kroute-freebsd.c:
https://github.com/openbgpd-portable/openbgpd-portable/blob/master/src/bgpd/kroute-freebsd.c#L2923
Seems to be part of commit:
https…
-
Hello OpenBGPD Team,
At NetApp, we are using OpenBGPD 6.8p3 for leveraging BGP functionality in ONTAP based of FreeBSD.
After patching the FreeBSD commit de15626, I realised that BGP sessions don'…
-
on ubuntu-22.04 using openbgpd-8.1, I'm stuck with a problem. When I do bgctl show fib I get permission denied,I found that it automatically loads the kroute-disabled.c. Then I downloaded libmnl using…