6a54bc439a
With this PR in, you flap BGP and use events_tool to see the published events. With telemetry PR #111 in and corresponding submodule update done in buildimage, one could run gnmi_cli to capture BGP flap events.
9 lines
367 B
Makefile
9 lines
367 B
Makefile
# SONiC telemetry package
|
|
|
|
SONIC_TELEMETRY = sonic-gnmi_0.1_$(CONFIGURED_ARCH).deb
|
|
$(SONIC_TELEMETRY)_SRC_PATH = $(SRC_PATH)/sonic-gnmi
|
|
$(SONIC_TELEMETRY)_DEPENDS = $(SONIC_MGMT_COMMON) $(SONIC_MGMT_COMMON_CODEGEN) \
|
|
$(LIBSWSSCOMMON_DEV) $(LIBSWSSCOMMON)
|
|
$(SONIC_TELEMETRY)_RDEPENDS = $(LIBSWSSCOMMON) $(LIBSWSSCOMMON_DEV)
|
|
SONIC_DPKG_DEBS += $(SONIC_TELEMETRY)
|