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

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

Do we can use `keepalived` with option [use_vmac](https://keepalived.readthedocs.io/en/latest/software_design.html#note-on-using-vrrp-with-virtual-mac-address)? Linux kernel has a `macvlan` feature, but I don't see anything about using macvlan in [the documentation](http://docs.bisdn.de), makes me wondering does underlying...

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

## Expected Behavior Enslaving a port to a bridge, then tagging a vlan on the port should not create any Termination MAC entries. ``` Table ID 20 (Termination MAC): Retrieving...

## Expected Behavior Disabling IPv6 should remove flows in vlan table and termination_mac table. It also should remove the groups. ## Actual Behavior It only removes flows in termination_mac table....

## Expected Behavior When a switch has a bridge configured with ports and xSTP is enabled at the bridge, both the Kernel and mstpd must be able to block the...

bug
investigation

## Expected Behavior Deleting all VRFs should leave no traces of VRFs in flowtable_30 ## Actual Behavior Deleting all VRFs should leave no traces of VRFs in flowtable_30, as seen...

bug

## Expected Behavior * Adding an IP address on an interface that is not cabled should not trigger addition of flow table entries. Only after the port is UP, should...

bug

## Expected Behavior Disabling a port (IPv6 enabled) should remove flows in vlan table and termination_mac table. It also should remove the groups. ## Actual Behavior It only removes flows...

## Expected Behavior The routes should be configured on the switch, even though the next hops are not learned. ## Actual Behavior Route is not configured on the switch, even...

bug