vanilla/pipe/linux
itsmattkc 5f86ab1498 use custom dhcp script
Greatly improves routing behavior.

Rather than letting dhclient perform routing and then "correct" it after the fact, we replace dhclient's behavior entirely.

Rather than add a system-wide route to 192.168.1.10, we bind our socket to the interface so no conflicts will occur with any other device on the network named 192.168.1.10. No system-wide route is made via the wireless interface for 192.168.1.0/24 or for 192.168.1.10.

Fixes #96
2024-11-15 12:57:46 -08:00
..
hostap@418e5e2067 shifted all connection functionality into pipe 2024-08-05 00:38:26 -07:00
CMakeLists.txt use custom dhcp script 2024-11-15 12:57:46 -08:00
dhcp.sh use custom dhcp script 2024-11-15 12:57:46 -08:00
main.c require vanilla-pipe to run as root 2024-11-14 03:38:28 -08:00
ports.h allow setting IP 2024-08-06 03:11:25 -07:00
wpa.c use custom dhcp script 2024-11-15 12:57:46 -08:00
wpa.h send sync/command opcodes over UDP so pipe can be controlled by the frontend 2024-09-18 11:57:38 -07:00