Skip to content

Instantly share code, notes, and snippets.

@henno
Created March 28, 2023 13:07
Show Gist options
  • Save henno/d2687e724d887f665fc873134f55dec5 to your computer and use it in GitHub Desktop.
Save henno/d2687e724d887f665fc873134f55dec5 to your computer and use it in GitHub Desktop.
Mikrotik command to add all Ethernet ports to bridge1
foreach i in=[interface ether find] do={interface bridge port add interface=$i bridge=bridge1}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment