Missed Table 246 flow 88/87388/3
authorShashidhar Raja <shashidharr@altencalsoftlabs.com>
Mon, 3 Feb 2020 11:32:32 +0000 (17:02 +0530)
committerShashidhar R <shashidharr@altencalsoftlabs.com>
Tue, 4 Feb 2020 07:02:09 +0000 (07:02 +0000)
commitac6c7ea166223e35fa5a654f0f39dc609daa0708
tree36467bd3cb2a09e341e108f42ca4c0c42ec690de
parent64a394ab9e8644e4d4a4381d85b05fb747446d8c
Missed Table 246 flow

Table 246 flow was getting programmed from different thread than the other
flows. This was resulting in different remote group id cache sometimes.
Different cache details was the reason for not programming table 246 flows
all the time.

Table 246 flow programming is done alone with other flows in same thread
now to resolve this issue.

Change-Id: I93bacc68a63c924036c7649f3f5a0e09a872b298
Signed-off-by: Shashidhar Raja <shashidharr@altencalsoftlabs.com>
aclservice/impl/src/main/java/org/opendaylight/netvirt/aclservice/AbstractAclServiceImpl.java