-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
advance dhcprelay to 6a6ce24, add default dhcpv6 dualtor source inter…
…face (#15864) sonic-build image side change to fix source interface selection in dual tor scenario. dhcprelay related PR: [master]fix dhcpv6 relay dual tor source interface selection issue sonic-dhcp-relay#42 Announce dhcprelay submodule to 6a6ce24([to invoke #40 PR]([master]fix dhcpv6 relay dual tor source interface selection issue sonic-dhcp-relay#42))
- 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
7 files
+8 −2 | src/config_interface.cpp | |
+3 −0 | src/config_interface.h | |
+13 −4 | src/main.cpp | |
+309 −96 | src/relay.cpp | |
+57 −32 | src/relay.h | |
+164 −69 | test/mock_relay.cpp | |
+2 −1 | test/mock_relay.h |