MCPcopy Create free account
hub / github.com/apache/cloudstack / set_table

Method set_table

systemvm/debian/opt/cloud/bin/cs/CsNetfilter.py:362–365  ·  view source on GitHub ↗
(self, table)

Source from the content-addressed store, hash-verified

360 return rule
361
362 def set_table(self, table):
363 if table == '':
364 table = "filter"
365 self.table = table
366
367 def get_table(self):
368 return self.table

Callers 3

get_all_rulesMethod · 0.95
compareMethod · 0.95
del_ruleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected