mfontanini / libtins

High-level, multiplatform C++ network packet sniffing and crafting library.
http://libtins.github.io/
BSD 2-Clause "Simplified" License
1.89k stars 373 forks source link

Add vxlan.h to CMakeLists.txt #508

Closed jamestiotio closed 1 year ago

jamestiotio commented 1 year ago

With this change, running make install should now install the vxlan.h header file.

Thanks to @paulie-g for mentioning about this here. It seems that I forgot to add the header file. 😅