Example #1
0
    def unbinding_iptables(self, FP):

        prerouting = Prerouting()
        prerouting.delete_by_destination(FP.ip.ip, FP.ip_port)
Example #2
0
    def unbinding_iptables(self, FP):

        prerouting = Prerouting()
        prerouting.delete_by_destination(FP.ip.ip, FP.ip_port)