<betawaffle>
does anyone know if there's something i can poke in /sys or similar that i can use to make an ethernet port appear to the outside world as disconnected?
<betawaffle>
like, the software version of physically unplugging the ethernet cable
<betawaffle>
afaict, setting the interface down doesn't seem to do *quite* what i'm after, though i'm not 100% certain of that
<betawaffle>
i've got at&t fiber, and the router/gateway/wireless-ap/thing they provide needs to auth with the mothership after the power goes out, or shit gets physically disconnected
<betawaffle>
and it seems to only try to do that when you first connect the ethernet cable
<betawaffle>
so i want my router (which is acting as an intermediary between the optical network terminal and the gateway) to simulate the cable being disconnected to trigger that re-auth
<gchristensen>
oh cool
<andi->
betawaffle: ip link set down?
<andi->
betawaffle: are you still using the ebtables hack from earlier this year?
<betawaffle>
yeah, that's what i've been trying. but i haven't been able to prove that actually works
<betawaffle>
nftables
<betawaffle>
it's kind of a hack, but also not exactly