forked from antrea-io/antrea
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Windows] Restore lost host routes during agent initialization (antre…
…a-io#959) When initialize the agent network on Windows node, the IP configuration of uplink interface will be moved to OVS bridge local interface. Which will cause the routes configured on the uplink interface are lost. This patch saves the routes configured on the uplink interface before the IP configuration change and adds the saved routes on OVS bridge local interface after that. Signed-off-by: Rui Cao <rcao@vmware.com>
- Loading branch information
Showing
2 changed files
with
66 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters