Skip to content

Commit e678e10

Browse files
committed
remove note and notice
about stateful-filtering and snat-subnet-routes correlation
1 parent e0c380d commit e678e10

File tree

2 files changed

+0
-14
lines changed
  • tailscale
    • rootfs/etc/s6-overlay/s6-rc.d/post-tailscaled

2 files changed

+0
-14
lines changed

tailscale/DOCS.md

-6
Original file line numberDiff line numberDiff line change
@@ -268,9 +268,6 @@ steps 2 and 3 as described on [Site-to-site
268268
networking][tailscale_info_site_to_site]. But do it only when you really
269269
understand why you need this.
270270

271-
**Note:** If `snat_subnet_routes` is disabled, consider disabling
272-
`stateful_filtering` also.
273-
274271
### Option: `stateful_filtering`
275272

276273
This option enables stateful packet filtering on packet-forwarding nodes (exit
@@ -284,9 +281,6 @@ To support basic [Site-to-site networking][tailscale_info_site_to_site], you can
284281
disable this functionality, and execute steps 2 and 3 as described on
285282
[Site-to-site networking][tailscale_info_site_to_site].
286283

287-
**Note:** If `snat_subnet_routes` is disabled, consider disabling
288-
`stateful_filtering` also.
289-
290284
### Option: `tags`
291285

292286
This option allows you to specify specific ACL tags for this Tailscale

tailscale/rootfs/etc/s6-overlay/s6-rc.d/post-tailscaled/run

-8
Original file line numberDiff line numberDiff line change
@@ -146,14 +146,6 @@ then
146146
done
147147
fi
148148

149-
# Notify about unusual site-to-site networking configuration
150-
if (! bashio::config.has_value "stateful_filtering" || \
151-
bashio::config.true "stateful_filtering") && \
152-
bashio::config.false "snat_subnet_routes";
153-
then
154-
bashio::log.notice "When snat_subnet_routes is disabled, consider disabling stateful_filtering also."
155-
fi
156-
157149
# Notify about userspace networking
158150
if ! bashio::config.has_value "userspace_networking" || \
159151
bashio::config.true "userspace_networking";

0 commit comments

Comments
 (0)