vagrant/plugins/guests/openbsd
Tomoyuki Sakurai 35d3be865f Atomically apply new hostname.if(5)
This fixes an issue when the interface being configured is the
interface through which ssh traffic is forwarded.

In a complex scenario, one needs to disable the default interface for
NAT, and use other interface for ssh. In this case, when vagrant run
`ifconfig #{ifname} inet delete`, the second ifconfig that is supposed
to restore interface settings will never be called. This might be a rare
need, but it is also strongly recommended to use `netstart` when
reconfiguring interfaces after updating `hostname.if(5)`.

The issue can be triggered when ssh connection has issues between two
`ifconfig` commands.
2017-12-13 18:34:17 +09:00
..
cap Atomically apply new hostname.if(5) 2017-12-13 18:34:17 +09:00
guest.rb FreeBSD and OpenBSD guest detection 2013-04-10 14:15:02 -07:00
plugin.rb guests/openbsd: include -h option on shutdown 2016-08-10 09:14:08 -07:00