Example #1
0
 def move_to_ACL2(self):
    print 'Moving to ACL2'
    per_packet_update(ACL2, edge_switches=[ingress, egress])
Example #2
0
 def move_to_ACL2(self):
     print 'Moving to ACL2'
     per_packet_update(ACL2, edge_switches=[ingress, egress])
Example #3
0
 def install(self):
     global inst
     inst = self.resolve(update)
     print ACL1.convert_to_nox_policy()
     per_packet_update(ACL1, edge_switches=[ingress,egress])
     self.post_callback(10, self.move_to_ACL2)                
Example #4
0
 def install(self):
     global inst
     inst = self.resolve(update)
     print ACL1.convert_to_nox_policy()
     per_packet_update(ACL1, edge_switches=[ingress, egress])
     self.post_callback(10, self.move_to_ACL2)