mirror of
https://github.com/churchers/vm-bhyve.git
synced 2025-12-11 09:20:17 +01:00
Fix #276 vxlan switch might not hae a user provided address
This commit is contained in:
@@ -88,7 +88,7 @@ switch::vxlan::show(){
|
||||
config::core::get "_addr" "addr_${_name}"
|
||||
config::core::get "_priv" "private_${_name}" "no"
|
||||
|
||||
printf "${_format}" "${_name}" "vxlan" "${_id:--}" "${_addr}" "${_priv}" "n/a" "${_vlan}" "${_port}"
|
||||
printf "${_format}" "${_name}" "vxlan" "${_id:--}" "${_addr:--}" "${_priv}" "n/a" "${_vlan}" "${_port}"
|
||||
}
|
||||
|
||||
# create a vxlan switch
|
||||
|
||||
Reference in New Issue
Block a user