- 19 Apr, 2016 15 commits
-
-
- Use execute instead of submit so that uncaught Exception will be dealt and logged by ExecutorService's handler. - Use component's own logger Change-Id: I761264aea00748980929b5048e111756776dd2f6
HIGUCHI Yuta authored -
Remove network-cfg Each app has its own way to interpret the config. Therefore it doesn't make sense to keep a generic one In long term, each app should have a json schema that explain the meaning Remove network-cfg-fabric4x4 It does not provide more info than 2x2 Remove network-cfg-fabric2x2-default-route and network-cfg-fabric2x2-xconnect Keeping features in different configs doesn't help much but make people confused Also it's hard to maintain so many samples Add network-cfg-fabric-2x2-all Full fabric config with readme The html documentation is just temporary. We will have a json schema Rename/update network-cfg-fabric-2x2-min.json Minimum config required by the fabric Change-Id: I93332d8166c264b9dbb7819b90099c2f19fcf3b5
Charles Chan authored -
Also remove old static router, fix CLI commands Change-Id: Ice1ded45b272ff93d9cdbf0f8def7b6bff9a681c
Jonathan Hart authored
- 18 Apr, 2016 25 commits
-
-
In this submission: * Setup/teardown multicast route according to SinkAdded/SinkRemoved event - ingressVlan and egressVlan is configurable through network config * Change behavior of OFDPA VLAN assignment - Always use the VLAN in metadata if present * Bugfix of writing immutable object NOT in this submission (coming soon): * Error handling (e.g. link/device failure recovery) Change-Id: I9be11af04eb2d6456b865c7e59e96cc02370f846
Charles Chan authored -
- Update gRPC and it's dependencies to 0.13.2 - Use pre-defined default port if not specified by URI - Cosmetic fixes Change-Id: Iac8c3ba4c6fe1b5925ea8832e61d313adfad6f71
HIGUCHI Yuta authored -
translator implementation. Change-Id: I3e21d1cb52bcb90b935b672eee42b836c21f448b
Bharat saraswal authored -
Also created an adapter to adapt the new interface to the old one for backwards compatibilty with existing FIB components. Change-Id: If8eb2220d9e4e69af135a8f9469ffda567ed4448
Jonathan Hart authored