basebox icon indicating copy to clipboard operation
basebox copied to clipboard

A tiny OpenFlow controller for OF-DPA switches.

Results 23 basebox issues
Sort by recently updated
recently updated
newest added

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...

https://github.com/bisdn/bisdn-linux/issues/101 has raised the attention to the need of having a set of scripts to setup the switch with a default behaviour that remains. This PR adds a set of...

## Expected Behavior MSTPD handle loops in scenario. ## Actual Behavior Generated loop in scenario and I got folowing logs: ``` Apr 28 17:54:45 SW ofdpa[1612]: stg default [] -...

## Expected Behavior change and affect default value (300) of aging time. ## Actual Behavior Changing the aging time has no effect on TBD system. It stuck at its default...

feature

## 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. ##...

The [documentation](https://docs.bisdn.de/network_configuration/vlan_bridging_qinq.html) about QinQ feature is somehow incomplete to me. I've created the bridge using `vlan_protocol 802.1ad` but no packets get through it. It seems dropped somehow. If I change...

## Expected Behavior Whenever packets marked with a DSCP value arrive to the switch its value should be preserved on egress, if there are no specific forwarding rules that explicitly...

feature
documentation

## 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