mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-21 06:01:42 +00:00
tailcfg: bump CapabilityVersion for Linux netfilter NodeAttrs and c2n endpoint
Updates tailscale/corp#14029. Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
parent
0a59754eda
commit
650c67a0a1
@ -122,7 +122,8 @@ type CapabilityVersion int
|
|||||||
// - 79: 2023-10-05: Client understands UrgentSecurityUpdate in ClientVersion
|
// - 79: 2023-10-05: Client understands UrgentSecurityUpdate in ClientVersion
|
||||||
// - 80: 2023-11-16: can handle c2n GET /tls-cert-status
|
// - 80: 2023-11-16: can handle c2n GET /tls-cert-status
|
||||||
// - 81: 2023-11-17: MapResponse.PacketFilters (incremental packet filter updates)
|
// - 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
|
type StableID string
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user