kishore
36d1c277e5
vRouter doesnt handle config remove event
...
Change-Id: I31d7c054f94b5192ab1ef5ebd2af1151a7338437
2016-10-11 08:48:14 +00:00
Luca Prete
e4a5e1af17
ONOS-5236 - Adapt SDN-IP to the new intent framework APIs
...
Change-Id: I89b60602247a25a1879e4394a60c57d480881f74
2016-10-06 07:21:06 +00:00
Jonathan Hart
2efe0c2465
NeighbourMessageContext: Change the name of the proxy API to forward.
...
Change-Id: Ica58c55d03c7e86ae259cc52a6c16ab9982d004f
2016-09-21 12:04:45 -07:00
Brian O'Connor
bfc02ecd22
Bumping snapshot version to 1.8.0-SNAPSHOT
...
Change-Id: I4ca57b277d8ac814b8a10b107d995cb1cc4d499d
2016-09-16 17:41:55 +00:00
Brian O'Connor
b19fc86f82
Bumping version back to 1.7.0-SNAPSHOT
...
Change-Id: I1df9d0f12cd7ec7597499d41cacebdbe75899556
2016-09-16 00:12:21 -07:00
Brian O'Connor
338bc0cf19
Bumping pom versions to 1.7.0-rc2 and fixing some maven issues
...
Change-Id: I6169420328333d0916452aa92efbfa961d72e9c4
2016-09-16 00:11:45 -07:00
Jonathan Hart
1e393bbfa3
Rename some classes and methods of neighbour API
...
Change-Id: I77763adbd19b35fe9ad7efa2926751a68bf9a1ef
2016-09-14 21:46:46 +00:00
Jonathan Hart
a9e29550c0
Implemented SDN-IP/BgpRouter neighbour handling using NeighbourResolutionService
...
Change-Id: Ia7e3f18bd69d56cb2f46f815eaa2352533a54ed0
2016-09-14 15:32:38 +00:00
gaurav
2511889699
changes for CORD-365,SingleSwitchFibInstaller, addressed comments, added comments.
...
Change-Id: I88f6266142da2cfe7bf3569cbe317925c17e3bca
2016-09-09 15:29:40 +00:00
Yuta HIGUCHI
0de4ba9401
Remove duplicate version specifications
...
Change-Id: I0fe6027e66815ab2e7db5e090dd5aea39b3c36e1
2016-08-18 15:59:50 +00:00
Jonathan Hart
63eeac3ea8
Add ability for vRouter to reactively send packets to directly connected hosts.
...
Change-Id: I652ad33acf95b5ef5806699135382d8be1260781
2016-08-08 17:47:15 +00:00
Yuta HIGUCHI
1624df1f30
Assigning names to various threads
...
- specify nearby logger when possible
Change-Id: Ia8925ab1459c4d1da922becd0e201388d44d4294
2016-07-22 22:56:26 +00:00
Charles Chan
4a6e91eefa
Fix NPE when ControlPlaneConnectPoint config is added after interface config
...
Change-Id: I31ee1d2e646d4b4c88ac5bb3b661228c893292b9
2016-07-21 01:34:45 +00:00
Jonathan Hart
888eaa0dca
Remove old and unused Router code (incl. tests).
...
Added deprecated tags to a bunch of other objects that will be removed in a
future release
Change-Id: Iee80a260951070c1f280aa1a7755f06349aacb4f
2016-07-07 17:40:39 +00:00
Jonathan Hart
f8035d3817
Minor cleanups and renaming in vRouter
...
Change-Id: I9f5334a0d428f77789880bb9caef5a5d12084f1c
2016-07-01 18:14:13 +00:00
Jonathan Hart
25bd668c6b
Fix registering config listener in SingleSwitchFibInstaller
...
Change-Id: I559d89063236c81fa63530aa5db61f4b68006287
2016-06-16 16:30:19 +00:00
Sho SHIMIZU
891162b99f
Remove API deprecated in Falcon
...
Change-Id: I80a8afbcd577a9cce174d3fc1e511b711d3c68d4
2016-06-16 07:46:02 +00:00
Brian O'Connor
1b2aea88c0
Removing gratuitous relativePath from pom.xmls
...
The default value for relativePath is: ../pom.xml
Change-Id: I1f5e5e6bfa1e91fcddae4f8cb8ab0c00c276e6b0
2016-06-16 07:05:31 +00:00
Thomas Vachuska
c08a5db364
Fixing pom.xml duplicate dependencies and tying in lib into the root pom.
...
Change-Id: I00a13c0e0acc0c4a99fde1cd1d4fe06dbf3fb2f9
2016-06-06 11:18:24 -07:00
kishore
786b7e4fa2
ControlPlaneRedirectManager.java, Cleaning flows on Deactivating the app
...
Change-Id: I06c9c2dd286f02ad84a1c01bfa5b7202988b0402
2016-06-06 16:27:12 +00:00
gaurav
a2e61a5eb0
clean up the SingleSwitchFibInstaller, added the predeactivate hook and modified unit test CORD-663
...
Change-Id: I8bf9dd4c7a6e9c42833a6f631bfceb85b7f3ddef
2016-06-03 22:22:59 +00:00
Brian O'Connor
e642f7cf7b
Bumping version to 1.7.0-SNAPSHOT
...
Change-Id: Id105bf08ecbdac6d4e214ae035b4220aea90f29f
2016-05-23 18:35:29 -07:00
Jian Li
0a119fe7ef
Bump up netty, slf4j, jackson, joda-time maven dependencies
...
- netty: 4.0.33.Final -> 4.0.36.Final
- jackson: 2.7.0 -> 2.7.3
- joda-time: 2.9 -> 2.9.3
- slf4j -> 1.7.13 -> 1.7.21
Change-Id: If2cdd0e6e0f52d50be232a817cf7d3f27df20ff1
2016-05-12 13:53:46 -07:00
kishore
7c42cbe82d
cord-646, Addressed the Comments for Patch set1
...
Change-Id: I2a77b86e2fe4c28fb72c807e7903569ff530030f
2016-05-10 17:50:05 +00:00
Luca Prete
2705d66e80
ONOS-4403 Remove intents using appId when apps get deactivated.
...
Change-Id: Ieaea8aeff2f2c29287a3e2eea33654fa22d38c09
2016-05-06 16:28:00 -07:00
Jonathan Hart
de6e203207
Remove old config classes from routing bundle.
...
Change-Id: Ifc8ff03674c1cfb9e3cde86b9994b8362744840d
2016-04-20 22:06:11 +00:00
HIGUCHI Yuta
d9e0105d79
log uncaught Exception
...
- 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
2016-04-19 17:10:00 +00:00
Jonathan Hart
92ca5d3d59
Move PIM and Reactive routing to new route service.
...
Also remove old static router, fix CLI commands
Change-Id: Ice1ded45b272ff93d9cdbf0f8def7b6bff9a681c
2016-04-19 15:34:45 +00:00
Charles Chan
d55e84de33
CORD-348 multicast support in SegmentRouting and vRouter
...
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
2016-04-18 20:06:57 +00:00
Jonathan Hart
a2eb9ffdde
Adapt FIBs to new route interface
...
Change-Id: I8ac19ad578aac4607fd8319186b6568a21edc1fd
2016-04-18 17:21:36 +00:00
Jonathan Hart
1ad75f24db
Modified BGP and FPM route sources to push to new route service.
...
Also created an adapter to adapt the new interface to the old one for
backwards compatibilty with existing FIB components.
Change-Id: If8eb2220d9e4e69af135a8f9469ffda567ed4448
2016-04-18 17:06:16 +00:00
Ray Milkey
24439fe26d
app buck refactor for apps: aaa, acl, bgprouter
...
Change-Id: Iaa970e3a937cc1df0aff29cc45f4c08c2d79cd13
2016-04-09 02:55:18 -07:00
Brian O'Connor
5ab426f9ff
Updating copyrights
...
New format: 'Copyright .year-present Open Networking Laboratory'
Change-Id: I1a9e58b355b775e75245ad875a2d7a4df3f03098
2016-04-09 01:20:21 -07:00
Pingping Lin
9a445c8882
move the reactive routing to new config subsystem
...
Change-Id: I3e570138afb800c5bd7dbef872cbf9044732fa49
2016-04-08 15:04:47 +00:00
Jonathan Hart
f04b7d9249
Small cleanups for vRouter app
...
Change-Id: Ibee46d3b95ee76dd3547e11d046c4620b3b3306d
2016-04-07 15:10:03 +00:00
Ray Milkey
7c25182db9
Fix buck tests
...
Change-Id: I3d681e6e5c1d3e98c87ccb3d20a619b216ae6133
2016-04-06 19:04:52 -07:00
kishore
71a275392d
Add/Remove interface, Addressed patch set 2
...
Change-Id: Ibee195f20cb8ebea7da89ce7324d1617e78c36b2
Add/Remove interface, Addressed patch set 1
Change-Id: If98c4cbf74d1ca5eeb2e51154308c8eb2af8c195
Add/Remove interface, Addressed patch set 1
Change-Id: If98c4cbf74d1ca5eeb2e51154308c8eb2af8c195
2016-04-06 18:31:06 +00:00
Brian O'Connor
85f28d0a0a
Updating test sources in several BUCK files
...
Change-Id: I17b83cb978f7b8fc1d31a1e96bec59a077dbdfbb
2016-04-06 16:57:45 +00:00
Brian O'Connor
a450bd000b
Simplifying Import-Package line in maven-bundle-plugin for REST bundles
...
Change-Id: Ic29e3f205e18b7b63e33a8c65cbb30a8b56d2e74
2016-04-04 21:33:36 +00:00
Luca Prete
8f2a3ce293
Adding VLAN to PeerConnectivityManager
...
Change-Id: I695087c108dc4d9d2da61992019d8fa3d08c61c1
2016-03-31 17:07:50 +00:00
Ray Milkey
f80bbb22c2
Initial BUCK build
...
Change-Id: I64e8a979301989062f4545a4841b06c15a372049
2016-03-29 21:39:14 +00:00
gaurav
164cf6d118
changes for cord-488 and addressed comments
...
Change-Id: Ic51923f7d5860d9120acadc5ca3716cf5f143dcc
2016-03-29 14:30:30 +00:00
gaurav
367859325b
changes for cord-485 using device id in variable
...
Change-Id: Ied52ff808841397698c49fa13d4937868c14749d
2016-03-23 16:51:14 +00:00
Ray Milkey
c747729bab
Refactor Comparator class to break dependency of core/net on the CLI
...
Change-Id: I6f3165f399ab448eff5c5d2232f4b96f10ebf57e
2016-03-18 19:03:24 +00:00
Brian O'Connor
955c316b54
Starting snapshot 1.6.0-SNAPSHOT
2016-03-10 15:27:19 -08:00
Brian O'Connor
55b4d80176
Tagging 1.5.0 (Falcon)
2016-03-10 15:24:41 -08:00
Madan Jampani
23696428f8
Starting snapshot 1.5.0-SNAPSHOT
2016-03-09 14:02:04 -08:00
Madan Jampani
b7a5420285
Tagging 1.5.0-rc3
2016-03-09 13:47:32 -08:00
Jonathan Hart
1eb9534926
These are libraries not applications
...
Change-Id: Ibb5cfb627517de87bac41ae053fd39cedb8b425a
2016-03-08 12:01:28 -08:00
kishore
db79dc0905
cord-486 TestClass added
...
Change-Id: Ic1ce77cde4d728fbc0cb17178cc6ed2b5c5c714e
2016-03-08 19:05:15 +00:00