1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-23 02:35:57 +01:00

Add VXLAN support (#501)

This patch adds a new PDU class to support VXLAN. Several VXLAN-related
tests have also been added.

Signed-off-by: James Raphael Tiovalen <jamestiotio@gmail.com>
This commit is contained in:
James R T
2023-05-04 09:21:59 +08:00
committed by GitHub
parent b7e61f4c76
commit 850bb9b642
7 changed files with 228 additions and 1 deletions

View File

@@ -78,7 +78,7 @@
#include <tins/pdu_allocator.h>
#include <tins/ipsec.h>
#include <tins/ip_reassembler.h>
#include <tins/pdu_iterator.h>
#include <tins/vxlan.h>
#endif // TINS_TINS_H