We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a35d83 commit ae51b35Copy full SHA for ae51b35
.gitignore
@@ -7,3 +7,4 @@ swagger-codegen*
7
.idea/*
8
cmake-build-debug/*
9
Vagrantfile
10
+libyang/*
.gitmodules
@@ -1,8 +1,8 @@
1
[submodule "src/libs/bcc"]
2
path = src/libs/bcc
3
- url = https://github.com/polycube-network/bcc.git
+ url = https://github.com/sebymiano/bcc.git
4
ignore = untracked
5
- branch = polycube_on_v0.10.0
+ branch = polycube_on_v0.12.0
6
[submodule "src/components/iptables/iptables"]
path = src/components/iptables/iptables
url = https://github.com/polycube-network/iptables.git
src/libs/bcc
0 commit comments