Skip to content

Commit ae51b35

Browse files
committed
Add support for BCC v.0.12
1 parent 0a35d83 commit ae51b35

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ swagger-codegen*
77
.idea/*
88
cmake-build-debug/*
99
Vagrantfile
10+
libyang/*

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[submodule "src/libs/bcc"]
22
path = src/libs/bcc
3-
url = https://github.com/polycube-network/bcc.git
3+
url = https://github.com/sebymiano/bcc.git
44
ignore = untracked
5-
branch = polycube_on_v0.10.0
5+
branch = polycube_on_v0.12.0
66
[submodule "src/components/iptables/iptables"]
77
path = src/components/iptables/iptables
88
url = https://github.com/polycube-network/iptables.git

src/libs/bcc

Submodule bcc updated 249 files

0 commit comments

Comments
 (0)