Remove the typo in the logs while configuring firewall for node e2e

Signed-off-by: Harshal Patil <harpatil@redhat.com>
This commit is contained in:
Harshal Patil 2020-11-18 14:20:59 +05:30
parent 36d12390a7
commit b76abcd243

View File

@ -78,7 +78,7 @@ func setupCNI(host, workspace string) error {
// configureFirewall configures iptable firewall rules.
func configureFirewall(host string) error {
klog.V(2).Infof("Configure iptables HEYHO firewall rules on %q", host)
klog.V(2).Infof("Configure iptables firewall rules on %q", host)
// Since the goal is to enable connectivity without taking into account current rule,
// we can just prepend the accept rules directly without any check