Skip to content

Commit

Permalink
Output primary interface name
Browse files Browse the repository at this point in the history
  • Loading branch information
nak3 committed Jan 31, 2019
1 parent 6be0029 commit bda446e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/networkutils/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ func (n *linuxNetwork) SetupHostNetwork(vpcCIDR *net.IPNet, vpcCIDRs []*string,
log.Debugf("Setting RPF for primary interface: %s", primaryIntfRPFilter)
err = n.setProcSys(primaryIntfRPFilter, rpFilterLoose)
if err != nil {
return errors.Wrapf(err, "failed to configure eth0 RPF check")
return errors.Wrapf(err, "failed to configure %s RPF check", primaryIntf)
}
}

Expand Down

0 comments on commit bda446e

Please sign in to comment.