Skip to content

Commit

Permalink
revert mss related changes, they will be in another pr
Browse files Browse the repository at this point in the history
  • Loading branch information
lmagyar committed Jan 20, 2025
1 parent d566c8b commit 9ef2f27
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tailscale/rootfs/etc/s6-overlay/s6-rc.d/mss-clamping/run
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ readarray -t routes < <(subnet-routes advertised)
# If user later enables subnet routing for site-to-site networking, these settings are already there
# Source: https://tailscale.com/kb/1214/site-to-site/ Step 1 / Point 4
if (( 0 < ${#routes[@]} )); then
bashio::log.info \
"Clamping the MSS to the MTU for all advertised subnet's interface," \
"to support site-to-site networking better"
bashio::log.info "Clamping the MSS to the MTU for all advertised subnet's interface,"
bashio::log.info "to support site-to-site networking better"

# Find interfaces for subnet routes
for route in "${routes[@]}"; do
Expand Down

0 comments on commit 9ef2f27

Please sign in to comment.