Writeup of Wasabi's VyOS script for WRCCDC.
Writeup by Payton Erickson (UCI's CCDC team)
The setup of the Script
#!/bin/vbash
function get_next_if() {
excluded_interfaces=("$@")
lowest_ifindex=-1
lowest_ifname
for interface_path in /sys/class/net/*; do
found=false
interface=$(basename