Comment 0 for bug 1788759

Revision history for this message
Vu Cong Tuan (tuan.vu) wrote : Logging does not update NFLOGs when changing port state to UP

Steps to reproduce this bug:
1. Create log
2. Update port 'state' into 'DOWN'
openstack port set <port_id> --disable
=> NFLOGs are not removed, this is accepted
3. Restart L3
=> NFLOGs are removed
4. Changing port status from DOWN to UP
Expected result: NFLOGs should be recovered
Actual result: NFLOGs are NOT recovered

In addition, without step 3, everything works as expected.