Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
3a02cdabf20ecf01b5a4e76a812ceb07927f53b0
/
apps
/
routing
/
src
1624df1
Assigning names to various threads
by Yuta HIGUCHI
· 8 years ago
4a6e91e
Fix NPE when ControlPlaneConnectPoint config is added after interface config
by Charles Chan
· 8 years ago
888eaa0
Remove old and unused Router code (incl. tests).
by Jonathan Hart
· 8 years ago
f8035d3
Minor cleanups and renaming in vRouter
by Jonathan Hart
· 8 years ago
25bd668
Fix registering config listener in SingleSwitchFibInstaller
by Jonathan Hart
· 8 years ago
891162b
Remove API deprecated in Falcon
by Sho SHIMIZU
· 8 years ago
786b7e4
ControlPlaneRedirectManager.java, Cleaning flows on Deactivating the app
by kishore
· 8 years ago
a2e61a5
clean up the SingleSwitchFibInstaller, added the predeactivate hook and modified unit test CORD-663
by gaurav
· 9 years ago
7c42cbe
cord-646, Addressed the Comments for Patch set1
by kishore
· 9 years ago
2705d66
ONOS-4403 Remove intents using appId when apps get deactivated.
by Luca Prete
· 9 years ago
de6e203
Remove old config classes from routing bundle.
by Jonathan Hart
· 9 years ago
d9e0105
log uncaught Exception
by HIGUCHI Yuta
· 9 years ago
92ca5d3
Move PIM and Reactive routing to new route service.
by Jonathan Hart
· 9 years ago
d55e84d
CORD-348 multicast support in SegmentRouting and vRouter
by Charles Chan
· 9 years ago
a2eb9ff
Adapt FIBs to new route interface
by Jonathan Hart
· 9 years ago
1ad75f2
Modified BGP and FPM route sources to push to new route service.
by Jonathan Hart
· 9 years ago
5ab426f
Updating copyrights
by Brian O'Connor
· 9 years ago
9a445c8
move the reactive routing to new config subsystem
by Pingping Lin
· 9 years ago
f04b7d9
Small cleanups for vRouter app
by Jonathan Hart
· 9 years ago
7c25182
Fix buck tests
by Ray Milkey
· 9 years ago
71a2753
Add/Remove interface, Addressed patch set 2
by kishore
· 9 years ago
8f2a3ce
Adding VLAN to PeerConnectivityManager
by Luca Prete
· 9 years ago
164cf6d
changes for cord-488 and addressed comments
by gaurav
· 9 years ago
3678593
changes for cord-485 using device id in variable
by gaurav
· 9 years ago
c747729
Refactor Comparator class to break dependency of core/net on the CLI
by Ray Milkey
· 9 years ago
db79dc0
cord-486 TestClass added
by kishore
· 9 years ago
b3dad10
Fixed blocking FPM deletes.
by Jonathan Hart
· 9 years ago
c94e8bc
Remove methods deprecated in Drake from RoutingConfigurationService API
by Ray Milkey
· 9 years ago
9ad777f
CordMcast clears remote routes on startup to prevent being out of sync.
by Jonathan Hart
· 9 years ago
d0fd5dc
CORD-546 Push L3 unicast rules for bgp peers when they are learned
by Charles Chan
· 9 years ago
00cddda
Send PIM Join/Prune messages based on events from the McastService.
by Jonathan Hart
· 9 years ago
b940190
Add route to each next hop
by Jonathan Hart
· 9 years ago
1af5a7a
Clear FPM routes when the FPM connection goes down.
by Jonathan Hart
· 9 years ago
f555a73
vRouter should only process configured ports.
by Charles Chan
· 9 years ago
883fd37
Added interfaces configuration to allow vRouter to be selective about what
by Jonathan Hart
· 9 years ago
6b04558
Add CLI for viewing FPM connections.
by Jonathan Hart
· 9 years ago
de15e1c
Remove references to SDN-IP from components that have been generalized.
by Jonathan Hart
· 9 years ago
916bf89
vRouter: ignore routes that don't come from Quagga
by Jonathan Hart
· 9 years ago
620f70d
LeadershipStore updates:
by Madan Jampani
· 9 years ago
49cb5a1
Changes to vRouter to accomodate ofdpa and softrouter pipelines.
by Saurav Das
· 9 years ago
b3fa42c
Change SingleSwitchFibInstaller to use new router config.
by Jonathan Hart
· 9 years ago
ea49238
Control plane redirect for OSPF traffic
by Jonathan Hart
· 9 years ago
4590604
Use Objects.nonNull() to check if non-null
by Sho SHIMIZU
· 9 years ago
3930f63
FPM component that can decode routes from Quagga's FIB push interface.
by Jonathan Hart
· 9 years ago
6344f57
Implemented control plane redirect for control traffic.
by Jonathan Hart
· 9 years ago
ca47cd7
Allow SingleSwitchFibInstaller to support untagged interfaces.
by Jonathan Hart
· 9 years ago
2bac2f2
Move BGP speaker/peer commands to routing bundle
by Jonathan Hart
· 9 years ago
6af92be
Move IntentSynchronizer to routing bundle.
by Jonathan Hart
· 9 years ago
c22e847
[Falcon] More flexible component choice for routing apps
by Jonathan Hart
· 9 years ago
365335e
[Falcon] Componentize IntentSynchronizer and SdnIpFib.
by Jonathan Hart
· 9 years ago
816c480
[ONOS-2939] Let sdn-ip also can parse bird's bgp OPEN message
by Pingping Lin
· 9 years ago
7d39a74
[GEANT] Add/remove-bgp-speaker/peer commands.
by papazois
· 9 years ago
ca9cc8e
Avoid use of Objects.hash when there's only 1 params
by HIGUCHI Yuta
· 9 years ago
9b85c03
enable run reactive routing without BGP
by Pingping Lin
· 9 years ago
9a426f8
Generalize IntentSynchronizer and separate reactive routing code
by Jonathan Hart
· 9 years ago
d4db3ab
[ONOS-641] Update RouteEntryTest and RouterTest to include IPv6 as well
by Charles Chan
· 9 years ago
46080b6
Remove all address bindings code from Host subsystem.
by Jonathan Hart
· 9 years ago
7462641
Use lambda expression to simplify statements
by Sho SHIMIZU
· 9 years ago
a862548
Add optional 'name' field in BGP speaker config
by Jonathan Hart
· 9 years ago
4cb3988
Moved ProxyArp, SDN-IP and BgpRouter to use new config format.
by Jonathan Hart
· 9 years ago
4998caa
ONOS-2488 Finished moving network config stuff out of the incubator area.
by Thomas Vachuska
· 9 years ago
a412236
ONOS-2190 - Move org.onosproject.net.config.* out of the incubator
by Ray Milkey
· 9 years ago
e30fcda
Fix for SDN-IP installing wrong point-to-point intents.
by Jonathan Hart
· 9 years ago
6601899
Add BGP configuration to config subsystem.
by Jonathan Hart
· 9 years ago
8a52471
paths should from bgp peer connect points for Internet-to-local traffic
by Pingping Lin
· 9 years ago
48a91f7
Inject and remove static routes.
by Marc De Leenheer
· 9 years ago
3310a34
Remove "public" to follow our convention
by Sho SHIMIZU
· 9 years ago
c14b2a2
Use long literal to shorten codes
by Sho SHIMIZU
· 9 years ago
34c9590
ONOS-533 Fix copyrights
by Ray Milkey
· 10 years ago
c9e16bf
add a virtual gateway for reactive routing
by Pingping Lin
· 10 years ago
e28ae4c
sdn-ip reactive routing
by Pingping Lin
· 10 years ago
89ad377
ONOS-1400: Fixing BgpRouter functionality break due to distributed group store changes
by Srikanth Vavilapalli
· 10 years ago
a460e29
Fix the decoding opf BGP AGGREGATOR Attribute when 4 octets AS is enabled
by Pavlin Radoslavov
· 10 years ago
87dd930
Use a cleaner mechanism to test whether an IP address or prefix is IPv4 or IPv6.
by Pavlin Radoslavov
· 10 years ago
6f94ded
Converted all executors that previously used namedThreads to use groupedThreads instead.
by Thomas Vachuska
· 10 years ago
b9e50df
Fixed a bug when parsing configuration properties for ReactiveForwarding
by Pavlin Radoslavov
· 10 years ago
8dc8208
Fix some compiler warnings about unchecked types
by Ray Milkey
· 10 years ago
2da1e60
Renamed routing packages to foo & foo.impl pattern.
by Jonathan Hart
· 10 years ago
90a02c2
Moved routing/bgp config into common routing bundle.
by Jonathan Hart
· 10 years ago
9d810f6
Fix some JSON related deprecation and javadoc warnings
by Ray Milkey
· 10 years ago
d24fafb
Move BGP listen port configuration to BgpSessionManager component
by Jonathan Hart
· 10 years ago
41349e9
Moved BGP code and Router code into their own bundle.
by Jonathan Hart
· 10 years ago