Skip to content

Commit

Permalink
dhcpv6 per interface counter support (sonic-net#43)
Browse files Browse the repository at this point in the history
* dhcpv6 per interface counter support
  • Loading branch information
jcaiMR authored Sep 14, 2023
1 parent 6a6ce24 commit 2b33d76
Show file tree
Hide file tree
Showing 7 changed files with 611 additions and 156 deletions.
5 changes: 3 additions & 2 deletions .azure-pipelines/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
libnl-route-3-dev \
libnl-genl-3-dev \
libnl-nf-3-dev \
libjsoncpp-dev \
redis-server
sudo sed -ri 's/^# unixsocket/unixsocket/' /etc/redis/redis.conf
sudo sed -ri 's/^unixsocketperm .../unixsocketperm 777/' /etc/redis/redis.conf
Expand Down Expand Up @@ -73,8 +74,8 @@ jobs:
${{ else }}:
artifact: common-lib.${{ parameters.arch }}
patterns: |
target/debs/buster/libyang-*.deb
target/debs/buster/libyang_*.deb
target/debs/bullseye/libyang-*.deb
target/debs/bullseye/libyang_*.deb
displayName: "Download libyang from common lib"
- script: |
set -ex
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
libnl-nf-3-dev \
libnl-genl-3-dev \
libgmock-dev \
libjsoncpp-dev \
dh-exec \
swig3.0 \
uuid-dev \
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ MKDIR := mkdir
MV := mv
FIND := find
GCOVR := gcovr
override LDLIBS += -levent -lhiredis -lswsscommon -pthread -lboost_thread -lboost_system
override LDLIBS += -levent -lhiredis -lswsscommon -pthread -lboost_thread -lboost_system -ljsoncpp
override CPPFLAGS += -Wall -std=c++17 -fPIE -I/usr/include/swss
override CPPFLAGS += -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)"
CPPFLAGS_TEST := --coverage -fprofile-arcs -ftest-coverage -fprofile-generate -fsanitize=address
Expand Down
1 change: 1 addition & 0 deletions lgtm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ extraction:
- "libnl-nf-3-dev"
- "libnl-genl-3-dev"
- "libgmock-dev"
- "libjsoncpp-dev"
- "dh-exec"
- "swig3.0"
- "uuid-dev"
Expand Down
Loading

0 comments on commit 2b33d76

Please sign in to comment.