You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
429 B
12 lines
429 B
set(EXAMPLE_FILES simulation.py)
|
|
set(EXAMPLE_PROGRAMS simple_tc.py tc_perf_event.py)
|
|
install(FILES ${EXAMPLE_FILES} DESTINATION share/bcc/examples/networking)
|
|
install(PROGRAMS ${EXAMPLE_PROGRAMS} DESTINATION share/bcc/examples/networking)
|
|
|
|
add_subdirectory(distributed_bridge)
|
|
add_subdirectory(neighbor_sharing)
|
|
add_subdirectory(vlan_learning)
|
|
add_subdirectory(tunnel_monitor)
|
|
add_subdirectory(http_filter)
|
|
add_subdirectory(xdp)
|