We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16cd760 commit 5ca3bdeCopy full SHA for 5ca3bde
SoftLayer/CLI/firewall/detail.py
@@ -35,6 +35,7 @@ def cli(env, identifier):
35
rules = mgr.get_dedicated_fwl_rules(firewall_id)
36
else:
37
rules = mgr.get_standard_fwl_rules(firewall_id)
38
+
39
table.add_row(['rules', get_rules_table(rules)])
40
env.fout(table)
41
0 commit comments