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.
[submodule] Update submodule dhcprelay to the latest HEAD automatically
- Loading branch information
1 parent
5acec53
commit 93adb9c
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule dhcprelay
updated
19 files
+7 −1 | .azure-pipelines/build.yml | |
+3 −0 | .gitmodules | |
+4 −1 | Makefile | |
+1 −1 | azurepipelines-coverage.yml | |
+1 −0 | gmock_global | |
+13 −32 | src/config_interface.cpp | |
+0 −19 | src/config_interface.h | |
+1 −1 | src/main.cpp | |
+27 −14 | src/relay.cpp | |
+1 −1 | src/relay.h | |
+1 −1 | src/subdir.mk | |
+0 −3 | test/MockRelay.h | |
+67 −0 | test/mock_config_interface.cpp | |
+12 −0 | test/mock_config_interface.h | |
+197 −59 | test/mock_relay.cpp | |
+14 −0 | test/mock_relay.h | |
+1 −1 | test/mock_send.cpp | |
+3 −1 | test/mock_send.h | |
+3 −2 | test/subdir.mk |