- 18 Feb, 2016 39 commits
-
-
- Print only number of failed values at WARN level - Details can still be observed if log level set to DEBUG Change-Id: I0964df33c2b0638bcb460949826956672999181d
HIGUCHI Yuta authored -
- Added excludePorts config to SegmentRouting SR does not push VLAN filtering rule to excluded ports SR ignores hosts learned from excluded ports - Use separate default route config Don't need to config 0/0 on the interface anymore Change-Id: Iea75d60c2d5f5368e79652b1bf192a6ced49030d
Charles Chan authored -
- Support multiple subnets per port. getIpPort() will only return the first non-/32 and non-/0 subnet /32 is used as vSG subnet /0 is used as default gateway - Support multiple L3 unicast group on a single port Change the way to generate the group ID and group key - Special case for 0.0.0.0 host. Push a /0 to IP table instead of /32 - Implement vRouterConfig Put VR MAC to TMAC table of all leaves when config added When processEthDst see PortNumber.ANY in key, match ETH_DST only - For OFDPA, wipe existing instruction before sending to controller So packet that misses L3 unicast table won't be sent to controller twice - For SpringOpenTTP, pop VLAN before sending to controller - Move several constant definitions to SegmentRoutingService - Add minimum priority for IP rules such that /0 won't collide with zero priority default rules - Update the config sample Use VLAN=-1 for hosts Add example for default route Change-Id: Id751697ce36a7e5c13b3859350ff21b585c38525
Charles Chan authored -
- Remove vSG from ONOS host list with allowed-ip-pairs update event - Remove vSG from ONOS host list when vSG VM removed Change-Id: Ic93fceec67d3faada795805d4c4a56ab5187d7e2
Hyunsun Moon authored -
vlan mcast rules are now optional Change-Id: Icb7022089a6e139970040d8cdea97df0cdc8dc7c
alshabib authored -
Added missing fail() call-out in the versatile flow objective handler in OFDPA2Pipeline.java to cover the case when neither a nextId nor a treatment is provided. Change-Id: Ic73e614c141281ff0014a8055d35183b7c3abd4e
Zsolt Haraszti authored -
-v (verbose) flag to print errors. refer to nodes with numbers rather than having to use $OCX variables Change-Id: Id57367d91b81d1b64bc098bdb367b86b0dcd3310
Jonathan Hart authored -
This resolves a part of issues found in ONOS-3827 Change-Id: I429a84b2dad7300501758f8b842dbb653e38d13b
Sho SHIMIZU authored -
Stop accessing the consistent map when the resource is discrete. Now, access to the consistent map happens only when the resource is continuous. Change-Id: Ic1cb1d94d32a2097dfca891e1d2de7fdc5d4c00a
Sho SHIMIZU authored -
isTypeOf() and isSubTypeOf() of Resource is delegated to ResourceId Change-Id: Ief39f4967b8fb43ec0cb35dbd44bd2a7dde93680
Sho SHIMIZU authored -
last() is removed as the new method takes over its role Change-Id: Id3737529787da5d5bb513355cdbc443f2b7b17e2
Sho SHIMIZU authored -
- Added public IP gateway and MAC pairs to network config for ARP proxy - Added vSG as a ONOS host Change-Id: Ia722ba3843297cec7134da5d64bbf188c22762f8
Hyunsun Moon authored
- 17 Feb, 2016 1 commit