forked from sonic-net/sonic-buildimage
-
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.
[202012] dhcprelay add Loopback0 as source interface in dualtor scena…
…rio (sonic-net#15744) #### Why I did it 1. sonic-build image side change to fix source interface selection in dual tor scenario. dhcprelay related PR: sonic-net/sonic-dhcp-relay#40 2. Announce dhcprelay submodule to 3578eb3 (to invoke [#40](sonic-net/sonic-dhcp-relay#40 ) PR) ##### Work item tracking - Microsoft ADO 24243215 #### How to verify it run test case, dhcp_relay/test_dhcpv6_relay.py
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 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
Submodule dhcprelay
updated
8 files
+2 −0 | .azure-pipelines/build.yml | |
+10 −2 | src/configInterface.cpp | |
+1 −0 | src/configInterface.h | |
+13 −4 | src/main.cpp | |
+328 −91 | src/relay.cpp | |
+38 −25 | src/relay.h | |
+64 −12 | test/MockRelay.cpp | |
+1 −0 | test/main.cpp |