Skip to content

Commit

Permalink
Fix missing gateway addresses (#1314)
Browse files Browse the repository at this point in the history
Adds the net-tools package to the vic-product
appliance to properly load gateway addresses,
fixing the mismatch with static ips. (Fixes #1267).
  • Loading branch information
Jason Morris authored Jan 16, 2018
1 parent 4585d53 commit 0e79759
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion installer/build/baseimage/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ tdnf install -q --refresh -y \
iproute2 iptables iputils \
cdrkit xfsprogs sudo \
lvm2 parted gptfdisk \
e2fsprogs docker logrotate &>/dev/null
e2fsprogs docker \
net-tools logrotate &>/dev/null

progress "installing package dependencies"
tdnf install -q --refresh -y \
Expand Down

0 comments on commit 0e79759

Please sign in to comment.