Thread (6 messages) flat view 6 messages, 3 authors, 2023-05-25

Re: [PATCH iproute2-next v6] ip-link: add support for nolocalbypass in vxlan

From: Stephen Hemminger <stephen@networkplumber.org>
Date: 2023-05-23 16:04:45

On Tue, 23 May 2023 12:48:05 +0800
Vladimir Nikishkin [off-list ref] wrote:
+	if (tb[IFLA_VXLAN_LOCALBYPASS]) {
+		__u8 localbypass = rta_getattr_u8(tb[IFLA_VXLAN_LOCALBYPASS]);
+
+		print_bool(PRINT_JSON, "localbypass", NULL, localbypass);
+		if (!localbypass)
+			print_bool(PRINT_FP, NULL, "nolocalbypass ", true);
+	}
This is backwards since nolocalbypass is the default.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help