neutron/neutron/plugins/ml2/extensions
Yalei Wang 554d266f56 Add portsecurity extension support
Add portsecurity extension driver into ML2 plugin and implement it in
iptables_firewall.

The scope of this change is:
    - Abstract a common class PortSecurityDbCommon from the old
      PortSecurityDbMixin
    - Add a new extension driver port-security, implement process_xxx and
      extend_xxx_dict method and provide a db migration from the existing
      networks and ports
    - Update the new added 'unfiltered_ports' in iptables firewall of l2 agent
      to reflect the update of port-security

Co-Authored-By: Shweta P <shpadubi@cisco.com>

Change-Id: I2da53168e2529db7a8094ce90ef3a8a93fe55727
Partially Implements: blueprint ml2-ovs-portsecurity
2015-03-17 05:13:04 +08:00
..
__init__.py Add portsecurity extension support 2015-03-17 05:13:04 +08:00
port_security.py Add portsecurity extension support 2015-03-17 05:13:04 +08:00