Refactoring RspProcessor
- Moved convoluted logic from configureIngress() and
configureEgress() to individual methods for each table.
- Transport specific (mpls, nsh, vlan) logic has been
moved to a newly created class hierarchy of SfcRspProcessors.
- RspProcessorTest updated to reflect changes. Previously
there were several duplicate calls to the same Flow
Programmer methods being made, this no longer occurs.
Change-Id: I1ef2b3d5b20b3374640849ca093bc838916629df
Signed-off-by: Brady Johnson <[email protected]>