Thomas Vachuska | 970b964 | 2018-07-10 22:30:32 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + KRYO + CLI + [ |
| 2 | "//core/store/serializers:onos-core-serializers", |
| 3 | "//core/store/primitives:onos-core-primitives", |
| 4 | ] |
| 5 | |
| 6 | osgi_jar_with_tests( |
Ray Milkey | 6c2cbe8 | 2018-10-09 12:03:49 -0700 | [diff] [blame] | 7 | karaf_command_packages = ["org.onosproject.fwd"], |
Thomas Vachuska | 970b964 | 2018-07-10 22:30:32 -0700 | [diff] [blame] | 8 | deps = COMPILE_DEPS, |
| 9 | ) |
| 10 | |
| 11 | onos_app( |
| 12 | category = "Traffic Engineering", |
| 13 | description = "Provisions traffic between end-stations using hop-by-hop flow programming by " + |
Ray Milkey | a4f8d9d | 2018-07-11 10:36:23 -0700 | [diff] [blame] | 14 | "intercepting packets for which there are currently no matching flow objectives on the " + |
| 15 | "data plane. The paths paved in this manner are short-lived, i.e. they expire a few " + |
| 16 | "seconds after the flow on whose behalf they were programmed stops.\n\n" + |
| 17 | "The application relies on the ONOS path service to compute the shortest paths. " + |
| 18 | "In the event of negative topology events (link loss, device disconnect, etc.), " + |
| 19 | "the application will proactively invalidate any paths that it had programmed to lead " + |
| 20 | "through the resources that are no longer available.", |
Thomas Vachuska | 970b964 | 2018-07-10 22:30:32 -0700 | [diff] [blame] | 21 | title = "Reactive Forwarding", |
| 22 | url = "http://onosproject.org", |
| 23 | ) |