mirror of
https://github.com/vishvananda/netlink.git
synced 2025-11-03 01:53:26 +08:00
Fix LinkAdd for sit tunnel on 3.10 kernel
Signed-off-by: Alessandro Boch <aboch@tetrationanalytics.com>
This commit is contained in:
committed by
Alessandro Boch
parent
8bead6f932
commit
a5d066db6e
@@ -53,6 +53,8 @@ func dumpContainsProxy(dump []Neigh, p proxyEntry) bool {
|
||||
}
|
||||
|
||||
func TestNeighAddDelLLIPAddr(t *testing.T) {
|
||||
setUpNetlinkTestWithKModule(t, "ipip")
|
||||
|
||||
tearDown := setUpNetlinkTest(t)
|
||||
defer tearDown()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user