Skip to content

Commit

Permalink
Fix #276 vxlan switch might not hae a user provided address
Browse files Browse the repository at this point in the history
  • Loading branch information
churchers committed Feb 8, 2019
1 parent b98045d commit a903048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vm-switch-vxlan
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a903048

Please sign in to comment.