Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[202205] Add dhcpmon submodule and latest updates #17841

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,6 @@
[submodule "src/dhcprelay"]
path = src/dhcprelay
url = https://github.com/sonic-net/sonic-dhcp-relay.git
[submodule "src/dhcpmon"]
path = src/dhcpmon
url = https://github.com/sonic-net/sonic-dhcpmon.git
5 changes: 3 additions & 2 deletions rules/dhcpmon.dep
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
SPATH := $($(SONIC_DHCPMON)_SRC_PATH)
DEP_FILES := $(SONIC_COMMON_FILES_LIST) rules/dhcpmon.mk rules/dhcpmon.dep
DEP_FILES += $(SONIC_COMMON_BASE_FILES_LIST)
DEP_FILES += $(shell git ls-files $(SPATH))
SMDEP_FILES := $(addprefix $(SPATH)/,$(shell cd $(SPATH) && git ls-files))

$(SONIC_DHCPMON)_CACHE_MODE := GIT_CONTENT_SHA
$(SONIC_DHCPMON)_DEP_FLAGS := $(SONIC_COMMON_FLAGS_LIST)
$(SONIC_DHCPMON)_DEP_FILES := $(DEP_FILES)

$(SONIC_DHCPMON)_SMDEP_FILES := $(SMDEP_FILES)
$(SONIC_DHCPMON)_SMDEP_PATHS := $(SPATH)
1 change: 1 addition & 0 deletions src/dhcpmon
Submodule dhcpmon added at fc20a9
5 changes: 0 additions & 5 deletions src/dhcpmon/.gitignore

This file was deleted.

45 changes: 0 additions & 45 deletions src/dhcpmon/Makefile

This file was deleted.

5 changes: 0 additions & 5 deletions src/dhcpmon/debian/changelog

This file was deleted.

1 change: 0 additions & 1 deletion src/dhcpmon/debian/compat

This file was deleted.

14 changes: 0 additions & 14 deletions src/dhcpmon/debian/control

This file was deleted.

9 changes: 0 additions & 9 deletions src/dhcpmon/debian/rules

This file was deleted.

4 changes: 0 additions & 4 deletions src/dhcpmon/objects.mk

This file was deleted.

Loading
Loading