Jonas Gorski

Results 17 issues of Jonas Gorski

Not every PSU implements the MFR_MODEL_OPTION register. If it does not it will return 0xff on read, which will then subsequently break trying to read out the full string. The...

Properly let the CPLD driver manage the LED and CPLD platform devices instead of registering them always in their respective modules. This avoids registering devices on platforms without the CPLD...

Implement ECMP route handling: * use set -> ecmp group id matching, for stable groups regardless of reachability of nexthops * make nh_{un}reachable_notification update ecmp routes, and not just mark...

## Expected Behavior There is no outer VLAN tag on VxLAN packets unless explicitly configured. ## Actual Behavior On Trident3, there is an outer VLAN tag on VxLAN packets. ##...

## Expected Behavior VXLAN tunneled packets are forwarded in hardware, and the traffic is not visible to the controller. ## Actual Behavior VXLAN tunneled packets are forwarded in hardware(?), but...

bug

## Expected Behavior Packets within a VXLAN keep their VLAN tag when the vxlan interface is set as tagged. ## Actual Behavior Packets are transmitted untagged. ## Steps to Reproduce...

bug

While the https://github.com/bisdn/basebox/blob/main/pkg/systemd/sysconfig.template explains how to get more detailed logging, it does not explain how to reduce the log output by e.g. setting the minimum log level to WARNING. Since...

documentation
good first issue

Currently baseboxd just stops when receiving SIGTERM. This is fine when using tap interfaces, but when using knet interfaces this means they won't get cleaned up. Unfortunately just trapping the...

Rework termination mac handling by tying termination mac entries to interfaces: * create entries on interface creation * remove them on interface deletion with the values of * port_id, vid...

When [mdb support was added](https://github.com/thom311/libnl/pull/234), it was partially based on the misbehavior of the cache callback v2 for updated objects [recently fixed](https://github.com/thom311/libnl/pull/381). Before the fix, the `new` argument contained the...