Skip to content

Commit

Permalink
chore: remove debugging info
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkProminic committed Aug 19, 2023
1 parent 56637a2 commit 91488ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/vagrant-zones/driver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,6 @@ def zoneniczloginsetup_dladm(uii, opts, mac)
static_addr = "pfexec ipadm create-addr -T static -a #{ip}/#{shrtsubnet} #{vnic_name}/v4vagrant"
net_cmd = "#{delete_if} #{rename_link} #{if_create} && #{static_addr}"
uii.info(I18n.t('vagrant_zones.dladm_applied')) if zlogin(uii, net_cmd)
puts defrouter
route_add = "pfexec route -p add default #{defrouter}"
route_add = 'echo True' if opts[:gateway].nil?
uii.info(I18n.t('vagrant_zones.dladm_route_applied')) if zlogin(uii, route_add)
Expand Down

0 comments on commit 91488ae

Please sign in to comment.