summaryrefslogtreecommitdiff
path: root/sys/arch/arm
diff options
context:
space:
mode:
authorSebastian Benoit <benno@cvs.openbsd.org>2018-08-11 09:18:50 +0000
committerSebastian Benoit <benno@cvs.openbsd.org>2018-08-11 09:18:50 +0000
commit50f3519eebc144c31fec12607cbe4253ef875631 (patch)
tree778b2a65b65af150aa9519c641ac8b070302d937 /sys/arch/arm
parent28f2b4b00deed70c80578b3893945b479813c1c0 (diff)
Fix problems ofthe ifconfig argument parser with "ifconfig <if> join".
Due to the way the parsing works, you cannot have an option that accepts strings as argument or no argument, without side effects: for example "join <nwid>" could only join networks that did not have a nwid identical to another ifconfig option, i.e. "join mtu" or "join join" would not work. Solve this by making join always require an nwid. Listing all the configured nwids for auto-join is moved to the new option "joinlist". Removing _all_ auto-join configuration is moved to "-joinlist". deraadt@ likes it and ok phessler@ stsp@
Diffstat (limited to 'sys/arch/arm')
0 files changed, 0 insertions, 0 deletions