diff options
| author | 陆秋文 <[email protected]> | 2023-09-11 07:45:57 +0000 |
|---|---|---|
| committer | 陆秋文 <[email protected]> | 2023-09-11 07:45:57 +0000 |
| commit | 83b04c940717d8d34ca160121729e6b756b90832 (patch) | |
| tree | 4475706d81ada311646c60b1348eab4add5208c4 /examples | |
| parent | dcb971312ba13365a6ea5e75ffd7dcd4233e692d (diff) | |
为Packet Parser增加边界检查。v4.6.52-20230912
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 3a59982..ebb434f 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -21,8 +21,8 @@ target_link_libraries(mrtest-vxlan-encap marsio pthread) add_executable(mrtest-vxlan-link-id-inject vxlan-virtual-link-id.cc) target_link_libraries(mrtest-vxlan-link-id-inject marsio pthread pcap) -add_executable(mrtest-smartoffload smartoffload.cc) -target_link_libraries(mrtest-smartoffload marsio pthread pcap) +#add_executable(mrtest-smartoffload smartoffload.cc) +#target_link_libraries(mrtest-smartoffload marsio pthread pcap) add_executable(mrtest-l2fwd-nf l2fwd-nf.c) target_link_libraries(mrtest-l2fwd-nf marsio pthread pcap) |
