vagrant/plugins/guests/openbsd/cap
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
..
change_host_name.rb Remove comment removal from /etc/hosts file on guests 2017-04-20 17:07:56 -07:00
configure_networks.rb Atomically apply new hostname.if(5) 2017-12-13 18:34:17 +09:00
halt.rb guests/openbsd: include -h option on shutdown 2016-08-10 09:14:08 -07:00
rsync.rb guests/openbsd: Check package installation after installing package 2016-10-25 12:16:52 -07:00
shell_expand_guest_path.rb (#8917) Fix shell_expand_guest_path capability 2017-08-25 10:02:36 -07:00