From: Martin Schwenke Date: Tue, 20 Mar 2018 09:51:00 +0000 (+1100) Subject: ctdb-tests: 11.natgw.sh simple 80 column fixups X-Git-Tag: talloc-2.1.13~168 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4430e22d0cbb92e0f2066ac9359eb287306ed85a;p=thirdparty%2Fsamba.git ctdb-tests: 11.natgw.sh simple 80 column fixups Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs --- diff --git a/ctdb/tests/eventscripts/scripts/11.natgw.sh b/ctdb/tests/eventscripts/scripts/11.natgw.sh index 162d5b5626a..be255e6948a 100644 --- a/ctdb/tests/eventscripts/scripts/11.natgw.sh +++ b/ctdb/tests/eventscripts/scripts/11.natgw.sh @@ -39,7 +39,9 @@ setup_ctdb_natgw () ok_natgw_master_ip_addr_show () { - _mac=$(echo "$CTDB_NATGW_PUBLIC_IFACE" | md5sum | sed -r -e 's@(..)(..)(..)(..)(..)(..).*@\1:\2:\3:\4:\5:\6@') + _mac=$(echo "$CTDB_NATGW_PUBLIC_IFACE" | + md5sum | + sed -r -e 's@(..)(..)(..)(..)(..)(..).*@\1:\2:\3:\4:\5:\6@') # This is based on CTDB_NATGW_PUBLIC_IP _brd="10.1.1.255" @@ -54,7 +56,9 @@ EOF ok_natgw_slave_ip_addr_show () { - _mac=$(echo "$CTDB_NATGW_PUBLIC_IFACE" | md5sum | sed -r -e 's@(..)(..)(..)(..)(..)(..).*@\1:\2:\3:\4:\5:\6@') + _mac=$(echo "$CTDB_NATGW_PUBLIC_IFACE" | + md5sum | + sed -r -e 's@(..)(..)(..)(..)(..)(..).*@\1:\2:\3:\4:\5:\6@') ok < mtu 1500 qdisc pfifo_fast state UP qlen 1000