summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Byington <carl@five-ten-sg.com>2014-12-04 07:09:05 -0800
committerDaniil Baturin <daniil@baturin.org>2015-05-03 23:39:57 +0200
commit9f39a5fab200e03774ca085f18bf6c3e7f7629ab (patch)
tree35f37f579f9237c9b8465f280f88a14dc7be56d3
parentef64625ee5e9b911f3bfb3a9670df631ff6076fd (diff)
downloadvyatta-cfg-firewall-9f39a5fab200e03774ca085f18bf6c3e7f7629ab.tar.gz
vyatta-cfg-firewall-9f39a5fab200e03774ca085f18bf6c3e7f7629ab.zip
fix syntax error from sorting
Signed-off-by: Daniil Baturin <daniil@baturin.org>
-rwxr-xr-xgen-interface-templates.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen-interface-templates.pl b/gen-interface-templates.pl
index b7b4585..d9014a4 100755
--- a/gen-interface-templates.pl
+++ b/gen-interface-templates.pl
@@ -90,7 +90,7 @@ my %firewall_hash = (
'pseudo-ethernet/node.tag/vif/node.tag' => 'pseudo-ethernet $VAR(../../../@) vif $VAR(../@)',
'tunnel/node.tag' => 'tunnel $VAR(../@)',
'vti/node.tag' => 'vti $VAR(../@)',
- 'vxlan/node.tag' => 'vxlan $VAR(../@)'
+ 'vxlan/node.tag' => 'vxlan $VAR(../@)',
'wireless/node.tag' => 'wireless $VAR(../@)',
'wireless/node.tag/vif/node.tag' => 'wireless $VAR(../../../@) vif $VAR(../@)',
'wirelessmodem/node.tag' => 'wirelessmodem $VAR(../@)',