Wenying Dong
Wenying Dong
There is a PR in libOpenflow to support OF1.5 https://github.com/antrea-io/libOpenflow/pull/13
For now, antrea doesn't list route entries on br-int interface (used in noEncap mode for accross Node routing) because user might have created other routes on this interface, and Antrea...
I check the code with main branch, and I didn't see the issue, and I didn't reproduce it on my testbed. I think it should be resolved by this change...
> Yes, using "replaceRoute" should relove the issue.
/test-all /test-windows-all
/test-all /test-windows-all /test-ipv6-all /test-ipv6-only-all
/test-flexible-ipam-e2e /test-multicluster-e2e
Update go.mod/go.sum to refer to antrea.io/ofnet since the dependent [patch](https://github.com/antrea-io/ofnet/pull/31) is merged. All the tests are passed before this update.