[NETVIRT-1650] VM stop and start it's ARP Responder flow lost Created: 16/Dec/19 Updated: 14/Jan/20 |
|
| Status: | Open |
| Project: | netvirt |
| Component/s: | neutronvpn |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | High |
| Reporter: | ning zhang | Assignee: | Ashik Alias |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | 3 days | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | 3 days | ||
| Environment: |
OpenDaylight integrates with Openstack |
||
| Attachments: |
|
| Priority: | High |
| Description |
|
OpenDaylight integrates with Openstack, subnet bind with router, and I do the follow operation: 1.Create VM(vm01-1.1.0.12) on Openstack control; 2.Check ARP Responder flow on compute node: stack@compute1:~$ sudo ovs-ofctl dump-flows -Oopenflow13 br-int table=81 3.Execute the command on openstack control: openstack server stop vm01; stack@control:~$ openstack server stop vm01
-------------------------------------
------------------------------------- 4.Check ARP Responder flow is deleted; stack@compute1:~$ sudo ovs-ofctl dump-flows -Oopenflow13 br-int table=81 5.Execute the command on openstack control: openstack server start vm01; stack@control:~$ openstack server start vm01
-------------------------------------
------------------------------------- 5.Check ARP Responder flow lost: stack@compute1:~$ sudo ovs-ofctl dump-flows -Oopenflow13 br-int table=81
|