diff --git a/manager/README.md b/manager/README.md index 8b9ad95ab..55660c175 100644 --- a/manager/README.md +++ b/manager/README.md @@ -32,7 +32,7 @@ This command will start the MTL Manager with root privileges, which are necessar ## Run with another XDP program -We have a modified version of the original AF_XDP eBPF program which allows user to add or remove udp dest port in the eBPF program to act as a packet filter, this is built in the manager. +We have a modified version of the original AF_XDP eBPF program which allows user to add or remove udp dest port in the eBPF program to act as a packet filter, this is built-in in the manager. To run the MTL Manager with any other AF_XDP eBPF program, execute: diff --git a/manager/mtl_interface.hpp b/manager/mtl_interface.hpp index 12646781a..2bbf4bac3 100644 --- a/manager/mtl_interface.hpp +++ b/manager/mtl_interface.hpp @@ -246,6 +246,6 @@ void mtl_interface::unload_xdp() { } #endif -std::unordered_map > g_interfaces; +std::unordered_map> g_interfaces; #endif \ No newline at end of file