-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: do not force nftables #568
Conversation
We don't care about the driver used for out testing so just stick with the package default. I did add this only to get passing test locally back then and didn't actually intend to commit this at all. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Luap99 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
New flake?!
How the hell is converting an ipv6 address to string not deterministic. The address is the same except for the extra |
That seems like a Golang bug, all |
LGTM though |
Look at the repo, no golang in sight :) But this is the output of |
Definitely a display bug, whatever tool or language it's coming from - while both addresses are correct, removing all extraneous blocks is proper to reduce display issues and the amount of space these giant 128-bit addresses take. |
/lgtm |
We don't care about the driver used for out testing so just stick with the package default. I did add this only to get passing test locally back then and didn't actually intend to commit this at all.