Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ipn/ipnlocal: simplify authURL vs authURLSticky, remove interact field #12096

Merged
merged 1 commit into from
May 14, 2024

Commits on May 13, 2024

  1. ipn/ipnlocal: simplify authURL vs authURLSticky, remove interact field

    The previous LocalBackend & CLI 'up' changes improved some stuff, but
    might've been too aggressive in some edge cases.
    
    This simplifies the authURL vs authURLSticky distinction and removes
    the interact field, which seemed to just just be about duplicate URL
    suppression in IPN bus, back from when the IPN bus was a single client
    at a time. This moves that suppression to a different spot.
    
    Fixes #12119
    Updates #12028
    Updates #12042
    
    Change-Id: I1f8800b1e82ccc1c8a0d7abba559e7404ddf41e4
    Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
    bradfitz committed May 13, 2024
    Configuration menu
    Copy the full SHA
    fa0c2ea View commit details
    Browse the repository at this point in the history