basepolicy.py 文件源码

python
阅读 23 收藏 0 点赞 0 评论 0

项目:orangengine 作者: lampwins 项目源码 文件源码
def destination_table(self, service_focus=True):

        table_header = ["Src Zones", "Src Addresses", "Services", "Action"]
        table_data = [table_header] + self._table_rows(self.destination_lookup_object, False, service_focus)
        table = AsciiTable(table_data)
        table.title = "Effective Policy: " + self.target + " as destination"

        return table.table
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号