mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-27 06:11:47 +01:00
[SONA] Fixes the OpenStack pipeline bug of inserting table miss entry in table 1
Change-Id: I7e246b42810c1c08edc65c10b5b27bb5a31c60a5
This commit is contained in:
parent
b8dae87ca7
commit
1ef0e54a6e
@ -129,7 +129,6 @@ public class OpenstackPipeline extends DefaultSingleTablePipeline
|
||||
private void initializePipeline() {
|
||||
connectTables(SRC_VNI_TABLE, ACL_TABLE);
|
||||
connectTables(ACL_TABLE, JUMP_TABLE);
|
||||
setUpTableMissEntry(ACL_TABLE);
|
||||
setupJumpTable();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user