Author :
kn
Date :
2025-02-08 01:11:55
Hash :bd8a446d Message :rework "Default IPv6 router?" to behave like the rest
The only interactive question backed by ksh(1)'s select has a few drawbacks:
no ! or ? support, no record in the response file and unexpected behaviour.
Switch to ask_until() like 'Default IPv4 route?' and 'Access Point?' to fix
all this; now one can drop into a shell without restarting an install to
follow route(8)'s last EXAMPLE.
florian likes it
OK afresh1