Uploaded image for project: 'netvirt'
  1. netvirt
  2. NETVIRT-862

ACL issue in handling port-create

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • None
    • Nitrogen
    • General
    • None
    • Operating System: All
      Platform: All

    • 9026

      Problem:
      When a VM is booted by creating a port with commands [1] & [2], ACL
      service is bound to the interface which shouldn't have happened as [2]
      explicitly sets --port-security-enabled False.

      + During [1], ACL bind service is performed as flag
      port-security-enabled=True by default.
      + During [2], ACL unbind service should be performed as flag
      port-security-enabled=False is set explicitly. This was not happening.

      Commands:
      [1] neutron port-create net10 --no-security-groups
      [2] neutron port-update <port id> --port-security-enabled False

            somashekar.byrappa@ericsson.com Somashekar Byrappa
            somashekar.byrappa@ericsson.com Somashekar Byrappa
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: