Fix configuration of static IPv6 default gateway
authorrpe <rpe@openbsd.org>
Sun, 11 May 2014 08:23:46 +0000 (08:23 +0000)
committerrpe <rpe@openbsd.org>
Sun, 11 May 2014 08:23:46 +0000 (08:23 +0000)
commit30d9bbb191df6a3745f9b6198ad5727aa32f0498
tree55542e3efc3857ebeab178f096001710742ad40d
parent795a8adbf58f410e9cb9b46ed3d2bd499f6cf5e2
Fix configuration of static IPv6 default gateway
- Append IPv4 default gw to /tmp/mygate instead of overwriting it.
- Delete /tmp/mygate at the beginning of configure_ifs() to reset
  previous default gw config on installer restarts.

pointed out by todd@
OK halex@ krw@
distrib/miniroot/install.sub