- 31 Jul, 2015 2 commits
-
-
4ast authored
Assign ip address to br
-
Wei-Chun Chao authored
Signed-off-by: Wei-Chun Chao <weichunc@plumgrid.com>
-
- 30 Jul, 2015 6 commits
-
-
Brenden Blanco authored
fix incorrect DataLayout
-
Alexei Starovoitov authored
Signed-off-by: Alexei Starovoitov <ast@plumgrid.com>
-
Brenden Blanco authored
update tunnel_key prototypes
-
Alexei Starovoitov authored
Signed-off-by: Alexei Starovoitov <ast@plumgrid.com>
-
4ast authored
Add option for custom log string to bpf_prog_load
-
Brenden Blanco authored
bpf_prog_load was unconditionally printing the error from the kernel to stderr. If libbpf is used in a library, that library may want to collect the error to a custom location (a logfile). So, provide an option to store the string elsewhere than stderr. Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-
- 28 Jul, 2015 11 commits
-
-
Brenden Blanco authored
import "input" from "builtins" for python v2/v3 compatibility
-
Yonghong Song authored
Signed-off-by: Yonghong Song <yhs@plumgrid.com>
-
Brenden Blanco authored
full mesh vxlan example without multicast
-
Wei-Chun Chao authored
Run 'sudo python ./main.py mesh' Signed-off-by: Wei-Chun Chao <weichunc@plumgrid.com>
-
4ast authored
Dist bridge
-
Brenden Blanco authored
Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-
Brenden Blanco authored
* Update compat.h * Move bpf_clone_redirect to signed int, matching the implementation. This allows error codes to be compared to < 0. Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-
4ast authored
Add index-based function references to c api
-
Brenden Blanco authored
Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-
Brenden Blanco authored
Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-
Brenden Blanco authored
* Add the index based API so that an external api (bcc-fuse) can iterate through the maps and functions that were compiled in this program. * Add a more unique section prefix to disambiguate exportable functions. Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-
- 27 Jul, 2015 1 commit
-
-
4ast authored
Include bcc headers in /usr/include
-
- 26 Jul, 2015 1 commit
-
-
Brenden Blanco authored
Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-
- 25 Jul, 2015 1 commit
-
-
Brenden Blanco authored
* Add wrapper bcc.h to include dependencies * Add text bpf_module_create_* to list of exports Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-
- 22 Jul, 2015 3 commits
-
-
Brenden Blanco authored
simply vlan_learning example with newer vlan_push/pop helpers
-
Yonghong Song authored
Signed-off-by: Yonghong Song <yhs@plumgrid.com>
-
Yonghong Song authored
Signed-off-by: Yonghong Song <yhs@plumgrid.com>
-
- 21 Jul, 2015 2 commits
-
-
4ast authored
Cache function handles in BPF class
-
Brenden Blanco authored
* This means repeated calls to get_func() are now allowed Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-
- 18 Jul, 2015 1 commit
-
-
Brenden Blanco authored
use running linux version number for feature availability checking
-
- 17 Jul, 2015 3 commits
-
-
Yonghong Song authored
Signed-off-by: Yonghong Song <yhs@plumgrid.com>
-
Yonghong Song authored
Signed-off-by: Yonghong Song <yhs@plumgrid.com>
-
Yonghong Song authored
Signed-off-by: Yonghong Song <yhs@plumgrid.com>
-
- 14 Jul, 2015 5 commits
-
-
yonghong-song authored
Change to simulator arguments for readability
-
Brenden Blanco authored
Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-
Brenden Blanco authored
* Let one argument be optional * Disable ipv6 for whole namespace once * Python 2/3 compatibility fix Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-
4ast authored
Bugfix for simulation.py
-
Brenden Blanco authored
* Ignore exceptions and continue cleanup of dead children * Set loopback interface up Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
-
- 11 Jul, 2015 4 commits
-
-
Brenden Blanco authored
Yhs dev
-
Yonghong Song authored
o This way, process kill happens correctly. Signed-off-by: Yonghong Song <yhs@plumgrid.com>
-
Yonghong Song authored
o sometimes, NSPipe kill may not really kill the process o with the explicit kill, remove the cleanup for outer veth's associated with namespace Signed-off-by: Yonghong Song <yhs@plumgrid.com>
-
Yonghong Song authored
o make some long lines in python codes shorter o use python style unused variable name "_" Signed-off-by: Yonghong Song <yhs@plumgrid.com>
-