Skip to content
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

RuleDel does not work on centos 3.10 #305

Open
aboch opened this issue Nov 28, 2017 · 2 comments
Open

RuleDel does not work on centos 3.10 #305

aboch opened this issue Nov 28, 2017 · 2 comments

Comments

@aboch
Copy link
Collaborator

aboch commented Nov 28, 2017

$ uname -a
Linux centos-1 3.10.0-229.el7.x86_64 #1 SMP Fri Mar 6 11:36:42 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
$
$ go test -test.exec sudo -test.run="TestRule" -test.v
=== RUN   TestRuleAddDel
--- FAIL: TestRuleAddDel (0.00s)
	rule_test.go:64: no such file or directory
FAIL
exit status 1
FAIL	github.com/vishvananda/netlink	0.021s
$

Extra logs show the rule is there. There must be something wrong with the RouteDel request sent to kernel. If test is run in host netns, the left over rule can then be correctly removed with iproute2 command.

@hhyasdf
Copy link

hhyasdf commented Apr 6, 2021

I have found the same problem for kernel version of 3.10.0-327.ali2014.alios7.x86_64.

Is there any progress?

@hhyasdf
Copy link

hhyasdf commented Apr 6, 2021

Issue #559 seems has fixed this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants