mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-11 21:27:31 +00:00
various: implement stateful firewalling on Linux (#12025)
Updates https://github.com/tailscale/corp/issues/19623 Change-Id: I7980e1fb736e234e66fa000d488066466c96ec85 Signed-off-by: Andrew Dunham <andrew@du.nham.ca> Co-authored-by: Andrew Dunham <andrew@du.nham.ca>
This commit is contained in:
@@ -133,7 +133,8 @@ type CapabilityVersion int
|
||||
// - 90: 2024-04-03: Client understands PeerCapabilityTaildrive.
|
||||
// - 91: 2024-04-24: Client understands PeerCapabilityTaildriveSharer.
|
||||
// - 92: 2024-05-06: Client understands NodeAttrUserDialUseRoutes.
|
||||
const CurrentCapabilityVersion CapabilityVersion = 92
|
||||
// - 93: 2024-05-06: added support for stateful firewalling.
|
||||
const CurrentCapabilityVersion CapabilityVersion = 93
|
||||
|
||||
type StableID string
|
||||
|
||||
|
Reference in New Issue
Block a user