diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2006-06-01 18:54:20 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2006-06-01 18:54:20 +0000 |
commit | 3c4b6903a74b76dc090c657b89a5534d5237db49 (patch) | |
tree | 3c6bddbc0bbb6b3e1e09ee5e5d28b2bb13846232 /sys/arch | |
parent | 37c7e3af83377548f282dbcccf1cd4bb4dad716a (diff) |
ifconfig should be either deleting an interface address, or adding one in one
invocation, not both.
This change ensures that a delete does not also do an add.
Fixes stupid problem where deleting the last address with
ifconfig delete addr
worked differently than
ifconfig addr delete
where the first way would re-add an address of 0.0.0.0/0 after deleting
the address.
ok claudio@, krw@
Diffstat (limited to 'sys/arch')
0 files changed, 0 insertions, 0 deletions