Skip to content

Commit

Permalink
Revert "dhcpv6 per interface counter support (#43)"
Browse files Browse the repository at this point in the history
This reverts commit 2b33d76.
  • Loading branch information
kellyyeh committed Mar 6, 2024
1 parent 19d4e7a commit 905624d
Show file tree
Hide file tree
Showing 7 changed files with 156 additions and 611 deletions.
5 changes: 2 additions & 3 deletions .azure-pipelines/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ 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 @@ -74,8 +73,8 @@ jobs:
${{ else }}:
artifact: common-lib.${{ parameters.arch }}
patterns: |
target/debs/bullseye/libyang-*.deb
target/debs/bullseye/libyang_*.deb
target/debs/buster/libyang-*.deb
target/debs/buster/libyang_*.deb
displayName: "Download libyang from common lib"
- script: |
set -ex
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ 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 -ljsoncpp
override LDLIBS += -levent -lhiredis -lswsscommon -pthread -lboost_thread -lboost_system
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: 0 additions & 1 deletion lgtm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ 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 905624d

Please sign in to comment.