Class: OsCtld::Container::Hooks::VethDown
- Inherits:
-
Base
- Object
- Hook::Base
- Base
- OsCtld::Container::Hooks::VethDown
- Defined in:
- lib/osctld/container/hooks.rb
Instance Attribute Summary
Attributes inherited from Base
Attributes inherited from Hook::Base
Instance Method Summary collapse
- #environment ⇒ Object protected
Methods inherited from Base
Methods inherited from Hook::Base
blocking, blocking?, #blocking?, #exec, #executable, hook, #initialize, #setup
Constructor Details
This class inherits a constructor from OsCtld::Hook::Base
Instance Method Details
#environment ⇒ Object (protected)
127 128 129 130 131 132 |
# File 'lib/osctld/container/hooks.rb', line 127 def environment super.merge({ 'OSCTL_HOST_VETH' => opts[:host_veth], 'OSCTL_CT_VETH' => opts[:ct_veth] }) end |