Skip to content

Commit

Permalink
add vlan_learning and distributed_bridge in libbcc package
Browse files Browse the repository at this point in the history
Signed-off-by: Yonghong Song <[email protected]>
  • Loading branch information
yonghong-song committed Aug 13, 2015
1 parent a0e58e0 commit a7e9bf8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
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)

add_subdirectory(distributed_bridge)
3 changes: 3 additions & 0 deletions examples/distributed_bridge/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
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)

0 comments on commit a7e9bf8

Please sign in to comment.