commit | 03a73e0e70f529eda99dd3fc33bd2a7f47d2386a | [log] [tgz] |
---|---|---|
author | Charles Chan <rascov@gmail.com> | Mon Oct 24 14:52:01 2016 -0700 |
committer | Jonathan Hart <jono@onlab.us> | Thu Jan 12 18:55:40 2017 +0000 |
tree | 849d637cae13be18c75d6020ba58f1694c1913b5 | |
parent | 5328f794af5591ee87ac32216deadea307065de4 [diff] |
CORD-523 Introduce generic routing service in Segment Routing Segment Routing now reacts to routes being added/removed through RouteService. SR will disable SingleSwitchFibInstaller if vRouter is activated SR will install a routing table entry on - The leaf where next hop attaches to - The other leaves that points packets to the leaf where next hop attaches to Host handler no longer add any IP flow for hosts outside the configured subnet - We need to explicitly add a per host route via RouteService when needed (vSG) Change suppressSubnet behavior - Before: do not push any flow - After: ignore subnet config but still push filtering obj with VLAN 4094 ARP handler drops all packets from suppressed ports Additional refactoring - Remove vRouterId. Gateway router now needs to be specify through route API - Limit the scope of some variables - Unify handler.init method name Change-Id: Idd2fd19fa74e3fa6209eef5cf2ed79957715c5e9
ONOS is a new SDN network operating system designed for high availability, performance, scale-out.