Uploaded image for project: 'ovsdb'
  1. ovsdb
  2. OVSDB-413

vlan tag info remains in operational store even after manually removing from ovs

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • None
    • unspecified
    • None
    • Operating System: All
      Platform: All

    • 8529

      1. Create port using ovs-vsctl add-port br0 port1. Use rest api to query operational datastore sees the port is created.
      2. Configure port vlan tag using: ovs-vsctl set port port1 tag=100. See the tag entry is created in the operational datastore: "ovsdb:vlan-tag": 100
      3. Deleting vlan tag using: ovs-vsctl clear port port1 tag. Checking ovsdb table, tag is deleted. But checking odl operational datastore ovsdb:vlan-tag is still there.

            Unassigned Unassigned
            jluhrsen Jamo Luhrsen
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated: