Fix LinkAdd for sit tunnel on 3.10 kernel

Signed-off-by: Alessandro Boch <aboch@tetrationanalytics.com>
This commit is contained in:
Alessandro Boch
2017-11-27 17:29:06 -08:00
committed by Alessandro Boch
parent 8bead6f932
commit a5d066db6e
3 changed files with 9 additions and 1 deletions

View File

@@ -444,6 +444,8 @@ func TestLinkAddDelVeth(t *testing.T) {
}
func TestLinkAddDelBond(t *testing.T) {
minKernelRequired(t, 3, 13)
tearDown := setUpNetlinkTest(t)
defer tearDown()