[nft PATCH 2/5] tests: shell: Fix indenting in 0021prio_0

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Pointless indenting doesn't increase readability, merely makes the
script seem more complicated than it actually is.

Signed-off-by: Phil Sutter <phil@xxxxxx>
---
 tests/shell/testcases/chains/0021prio_0 | 67 ++++++++++++-------------
 1 file changed, 33 insertions(+), 34 deletions(-)

diff --git a/tests/shell/testcases/chains/0021prio_0 b/tests/shell/testcases/chains/0021prio_0
index ada1d92a047a0..b6647ac24ad10 100755
--- a/tests/shell/testcases/chains/0021prio_0
+++ b/tests/shell/testcases/chains/0021prio_0
@@ -47,51 +47,50 @@ do
 	done
 
 	hook=prerouting
-		prioname=dstnat
-			gen_chains $family $hook $prioname
+	prioname=dstnat
+	gen_chains $family $hook $prioname
 
 	hook=postrouting
-		prioname=srcnat
-			gen_chains $family $hook $prioname
+	prioname=srcnat
+	gen_chains $family $hook $prioname
 done
 
 
 family=arp
-	$NFT add table $family x
-	for hook in input output
-	do
-		prioname=filter
-			gen_chains $family $hook $prioname
-	done
+$NFT add table $family x
+for hook in input output
+do
+	prioname=filter
+	gen_chains $family $hook $prioname
+done
 
 
 family=netdev
-	$NFT add table $family x
-	hook=ingress
-		prioname=filter
-			for i in -11 -10 0 10 11
-			do
-				offset=`format_offset $i`
-				$NFT add chain $family x `chainname $hook $prioname $offset` "{ type filter hook $hook device lo priority $prioname $offset; }"
-			done
+$NFT add table $family x
+hook=ingress
+prioname=filter
+for i in -11 -10 0 10 11
+do
+	offset=`format_offset $i`
+	$NFT add chain $family x `chainname $hook $prioname $offset` "{ type filter hook $hook device lo priority $prioname $offset; }"
+done
 
 family=bridge
-	$NFT add table $family x
-	for hook in prerouting input forward output postrouting
-	do
-		prioname=filter
-			gen_chains $family $hook $prioname
-	done
-
-	hook=prerouting
-		prioname=dstnat
-			gen_chains $family $hook $prioname
+$NFT add table $family x
+for hook in prerouting input forward output postrouting
+do
+	prioname=filter
+	gen_chains $family $hook $prioname
+done
 
-	hook=output
-		prioname=out
-			gen_chains $family $hook $prioname
+hook=prerouting
+prioname=dstnat
+gen_chains $family $hook $prioname
 
-	hook=postrouting
-		prioname=srcnat
-			gen_chains $family $hook $prioname
+hook=output
+prioname=out
+gen_chains $family $hook $prioname
 
+hook=postrouting
+prioname=srcnat
+gen_chains $family $hook $prioname
-- 
2.19.0




[Index of Archives]     [Netfitler Users]     [LARTC]     [Bugtraq]     [Yosemite Forum]

  Powered by Linux