Skip to content

Bugfixes and such

Latest
Compare
Choose a tag to compare
@kangtastic kangtastic released this 16 Dec 17:53
· 6 commits to master since this release

Features and Bugfixes

  • VLAN IDs can now be the full range of 0-4094 supported by Linux.
    Evidently, no VLAN is necessary if the ISP router is using VLAN ID 0. 😲
    This is configurable through the new --vlan option.
  • The DHCP client is properly restarted.
    In addition to Debian and similar, RHEL/CentOS/Fedora etc. and 🎉 embedded systems like EdgeOS 🎉 should now be now fully supported (as long as they're not using NetworkManager 🤐 )
  • Broken automatic MAC address changing is fixed.
    This was broken before because of a stupid mistake. 🤦‍♂️
    Same deal as previous - most systems, including embedded systems, are now supported.

Miscellanea

  • The script now quits if not running as root.
    Root was needed to sniff the EAP packets anyway.