Commit 2e27d33d authored by Ignat Korchagin's avatar Ignat Korchagin Committed by Richard Weinberger

um: Fix typo in vector driver transport option definition

No big problem as "raw" and "gre" have the same length, but could go wrong if
they don't in the future.
Signed-off-by: default avatarIgnat Korchagin <ignat@cloudflare.com>
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent e6da5df0
......@@ -17,7 +17,7 @@
#define TRANS_TAP_LEN strlen(TRANS_TAP)
#define TRANS_GRE "gre"
#define TRANS_GRE_LEN strlen(TRANS_RAW)
#define TRANS_GRE_LEN strlen(TRANS_GRE)
#define TRANS_L2TPV3 "l2tpv3"
#define TRANS_L2TPV3_LEN strlen(TRANS_L2TPV3)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment