Commit 0283f825 authored by Brenden Blanco's avatar Brenden Blanco

Turn off vlan_learning BPF debug

Signed-off-by: default avatarBrenden Blanco <bblanco@plumgrid.com>
parent 004f005b
......@@ -44,7 +44,7 @@ class ifindex_leaf_t(Structure):
("tx_bytes", c_ulonglong)]
# load the bpf program
b = BPF(src_file="examples/vlan_learning.c", debug=1)
b = BPF(src_file="examples/vlan_learning.c", debug=0)
phys_fn = b.load_func("handle_phys2virt", BPF.SCHED_CLS)
virt_fn = b.load_func("handle_virt2phys", BPF.SCHED_CLS)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment