remove bidirectional flow keys in flow table#1295
Conversation
* Removes Bidirectional flow keys. * Only one type of key remains (unidirectional), but this commit does not remove the variant in case other types of keys are supported in the future and so as not to break the api. Signed-off-by: Fredi Raspall <fredi@githedgehog.com>
The trait and its implementations were only used in the context of bidirectional keys, which have been removed. Signed-off-by: Fredi Raspall <fredi@githedgehog.com>
|
Looks ready to merge, although I expect VLAB tests to fail in the merge queue at the moment (I'm looking into it) |
I did not fail since the target is not master. |
It did not fail because we don't currently run VLAB tests on the PR, only in the merge queue 🙂. |
|
Actually you're right as well, given that you don't target Do we want to merge it, then, or do we wait until we've merged the rest of the port-forwarding into the branch? |
I just merged it. |
Partially fixes #1293