From 650c67a0a195b3b65b988a3f6a15ec4678eff5a1 Mon Sep 17 00:00:00 2001 From: Naman Sood Date: Tue, 5 Dec 2023 12:23:00 -0500 Subject: [PATCH] tailcfg: bump CapabilityVersion for Linux netfilter NodeAttrs and c2n endpoint Updates tailscale/corp#14029. Signed-off-by: Naman Sood --- tailcfg/tailcfg.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tailcfg/tailcfg.go b/tailcfg/tailcfg.go index debfc1438..4e8faa8c4 100644 --- a/tailcfg/tailcfg.go +++ b/tailcfg/tailcfg.go @@ -122,7 +122,8 @@ type CapabilityVersion int // - 79: 2023-10-05: Client understands UrgentSecurityUpdate in ClientVersion // - 80: 2023-11-16: can handle c2n GET /tls-cert-status // - 81: 2023-11-17: MapResponse.PacketFilters (incremental packet filter updates) -const CurrentCapabilityVersion CapabilityVersion = 81 +// - 82: 2023-12-01: Client understands NodeAttrLinuxMustUseIPTables, NodeAttrLinuxMustUseNfTables, c2n /netfilter-kind +const CurrentCapabilityVersion CapabilityVersion = 82 type StableID string