Commit a7e9bf8a authored by Yonghong Song's avatar Yonghong Song

add vlan_learning and distributed_bridge in libbcc package

Signed-off-by: default avatarYonghong Song <yhs@plumgrid.com>
parent a0e58e06
set(EXAMPLE_FILES hello_world.py task_switch.py task_switch.c simple_tc.py) set(EXAMPLE_FILES hello_world.py task_switch.py task_switch.c simple_tc.py
simulation.py vlan_learning.py vlan_learning.c)
install(FILES ${EXAMPLE_FILES} DESTINATION share/bcc/examples) install(FILES ${EXAMPLE_FILES} DESTINATION share/bcc/examples)
add_subdirectory(distributed_bridge)
set(EXAMPLE_FILES main.py simulation.py tunnel_mesh.py tunnel.py
tunnel.c tunnel_mesh.c)
install(FILES ${EXAMPLE_FILES} DESTINATION share/bcc/examples/distributed_bridge)
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