From 21327af14069ae7a85fd0f19f29bb5476913d50d Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Mon, 20 Apr 2020 13:05:10 -0400 Subject: [PATCH] Fix typo in the iniqueue script gateway was not being honored. --- misc/confluent-initqueue.sh.rh8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/confluent-initqueue.sh.rh8 b/misc/confluent-initqueue.sh.rh8 index 8237b2b4..41fc30b6 100644 --- a/misc/confluent-initqueue.sh.rh8 +++ b/misc/confluent-initqueue.sh.rh8 @@ -58,6 +58,6 @@ else fi v4nm=$(grep ipv4_netmask: /tmp/confluent.deploycfg) v4nm=${v4nm#ipv4_netmask: } - echo ip=$v4addr::$vpgw:$v4nm:$nodename:$ifname:none >> /etc/cmdline.d/01-confluent.conf + echo ip=$v4addr::$v4gw:$v4nm:$nodename:$ifname:none >> /etc/cmdline.d/01-confluent.conf fi