11722 Commits

Author SHA1 Message Date
rohitsharan
faa7dea2a1 onos-6309:avoiding null pointer exception in public method for body object
Change-Id: I883969ef7f8da9675d24ebb01fb53e0c120c58f7
2017-04-17 16:22:36 +00:00
rohitsharan
1afdb3fa79 onos-6310:- avoid Null pointer in protocol TL1Controller method disconnectDevice
Change-Id: I1e6cd1c7b63747978b1acb95bd56af40538e89bf
2017-04-17 21:16:13 +05:30
rohitsharan
be94db97c4 onos6307:null pointer dereference in getAvailableBandwidth
Change-Id: Icacb8e4741f3fc02886bcb6383ae4abc423d0ae6
2017-04-17 17:28:20 +05:30
Yuta HIGUCHI
945bed276e Remove unnecessary wrapping.
- edges is an ImmutableList instance

Change-Id: I5cbb75612ae8522ff7f112c8e8259e417d81fd64
2017-04-15 10:57:18 -07:00
Jian Li
d1398bdf7b Add unit test for LispDriversLoader with package name correction
Change-Id: I8c923f3b84e9e7ebd4ca4eb07af92d801f8e81d3
2017-04-15 03:01:55 +00:00
Palash Kala
6cc91abd8d [ONOS-6271] Variable device dereferenced, it might be null
Change-Id: Ibc205c593668b8e9a78950624891659a80431c5a
2017-04-15 01:24:57 +00:00
Palash Kala
dd70dfb2aa [ONOS-6210] Should be able to remove device from store if device is not reachable
Change-Id: I814741a1ee7ec0e6d743e5422e4dd29f354b8b49
2017-04-14 22:55:54 +00:00
Palash Kala
1ddfea0795 [ONOS-6284] Pointer passed to method where it is dereferened can be null
Change-Id: I9dd4b02888e39151030afc0da91bb648c34ca053
2017-04-14 22:54:46 +00:00
Charles Chan
89c4a64d58 Support IP deserialization when PACKET_IN carries Ethernet FCS
Some switches carry Ethernet FCS in the PACKET_IN.
In that case, Ethernet FCS should not be treated as IP payload.

payload length: the length specified in IP header
remaining length: the actual remaining bytes
    payload < remaining: padding or Ethernet FCS exists, use payload length
    payload = remaining: usual case, use either one
    payload > remaining: fragmented packets, use remaining length

In addition,
    - Fix unit test. TotalLen should never be smaller than headerLen * 4
    - Refactoring unit tests

Change-Id: I5d4736ad89ea2ab4ac3bd0cfaeb91da5d974db64
2017-04-14 22:52:59 +00:00
Donghee Yoon
fb50d09dde Remove dereferencing a null pointer
Change-Id: I89fd14f62da41622b18fb117f7ceed9d2c2fc7df
2017-04-14 21:27:47 +00:00
Yi Tseng
603d0550b9 Fix typo
Change-Id: I8ab89378a0fc495de890fa054c9ed773cb381fe0
2017-04-14 14:16:15 -07:00
Thomas Vachuska
b877a6fd6d Modified UI model objects to be backed merely by IDs of the core model objects.
Change-Id: I4ca81fb1c877ee4ce4209d405fd8c6645c8f5d20
2017-04-14 18:51:45 +00:00
Andrea Campanella
c362784be8 [ONOS-6236] Adding retry mechanism when NETCONF device sends socket closed signal
Change-Id: Ie48e94f92ce745f3f65a352d80b7a74c2eceba04
2017-04-14 20:05:49 +02:00
Steven Burrows
448468c39f Topo2 - Removed old code carried over from clasic topo
- Removed Map Dialog and Filters

Change-Id: Id8d2791b7e13b0eedf7de1ed484edc7678e2bb77
2017-04-14 16:25:04 +00:00
Jian Li
07b9020199 Fix: Do not treat duplicated MapReg as error by changing log level
Since MapRegister messsages are sent to ONOS in periodic manner,
we do not want to treat duplicated MapReg reception as an error.

Change-Id: I3437c8927bc838c0344b13101abc65e6a1d328c0
2017-04-14 16:09:19 +00:00
sangho
6a9ff0d879 [ONOS-6137] Refactoring SecurityGroup features for stateful SONA
- Caches the security group information
- Supports seucrity group & rules update

Change-Id: Id7cdfb84e53e00aab49fbe736fb39e37492eeb61
2017-04-14 15:21:50 +00:00
Vidyashree Rama
229554a0a4 [ONOS-6305]Null pointer exception when query for netconf session in multi-instance scenario.
Change-Id: I952a0a10caffe81cb0f11381635be940304ecf8f
2017-04-14 12:04:23 +00:00
Vidyashree Rama
cf117ce6f2 [ONOS-6244]port statistics defect fix
Change-Id: Ib4dda6da1fc3c345fe69fb565abde55ec731cd32
2017-04-14 15:14:24 +05:30
Steven Burrows
02e67f469f Topo2: Key Command 'M' to show and hide offline devices
JIRA Tasks; ONOS-5381

Change-Id: Iab3a837a9bb05a334460e6b9222473bc8bc6b5c5
2017-04-13 15:58:26 -07:00
Steven Burrows
2e89adabe6 Topo2 - Port label consistent positions while scaling
Change-Id: Ida1159581ffbcf8e6a86d1c38c55a1bade5525aa
2017-04-13 22:27:35 +00:00
Steven Burrows
32ce1d9b6e Topo2 - Added Multilink support
Change-Id: Ic3a4955b415495578d592ae666b95bf23b24523d
2017-04-13 22:26:56 +00:00
Steven Burrows
c59481f824 Topo2 - Animate the position of the details panel based on SummaryPanel visiblity
JIRA Tasks; ONOS-6294

Change-Id: I0aaf71021cadd529cf0f5c591cd91de22b396f7a
2017-04-13 22:16:22 +00:00
Steven Burrows
c515e6060f Topo2 - Show the mastership when selecting an instance panel
JIRA Tasks; ONOS-6292

Change-Id: If4e353495138e606c60430547d01f278b062f372
2017-04-13 22:13:52 +00:00
rohitsharan
914acb8bfb onos-6296: Null Pointer check before using null object
Change-Id: I67aac52eb95554c19379ca7bb585d15b9f5295e6
2017-04-13 20:30:39 +00:00
rohitsharan
39d76ec001 onos-6298: null object neighbor dereferenced fix
Change-Id: I1e8ae0c022525a626f44715a33c6bd88e6d461dc
2017-04-13 12:36:34 +00:00
rohitsharan
2dc4307c8c removing possible null pointer exception
Change-Id: I4f8c9393e15d49472ca0f6ce8152d1eb69d886d6
2017-04-13 11:46:37 +00:00
rohitsharan
434235910e onos6227: removing dead local store
Change-Id: Id81021eb523ba850116cb44bbc9590b0e167d5a8
2017-04-13 09:17:40 +00:00
rohitsharan
3007829fb6 onos_6215:removing printing null object
Change-Id: I3ee0740143f1305ebef2e67c9a3bfbbcab21c965
2017-04-13 11:36:32 +05:30
rohitsharan
483bed43b7 onos-6288: releasing wrong tunnelId object fix
Change-Id: I33bf8cebd5f3348fe414cadb1a318fdf0295dda3
2017-04-13 03:44:37 +00:00
Steven Burrows
6501de9f8d Topo2 - Show 'No Devices Connected' message
JIRA Tasks; ONOS-6290

Change-Id: Ibe70452da14c0c2ebb01d3ece7328f1b7936c625
2017-04-13 01:11:48 +00:00
Steven Burrows
54462eb4fa Fixed the Theme Service removeListener method
- It was returning an array containing the listener that was being removed
	instead of returning an array of everything but the one being removed.

Fixed the Jasmine tests to honor the changes.

JIRA Tasks; ONOS-6291

Change-Id: Ib2b5cd8527157f0e67761c352cecfd5047c292a6
2017-04-13 01:07:28 +00:00
Yuta HIGUCHI
537e47c370 Add option to create uni-directional link
Change-Id: I99eadbe2b663f4acb2d39dcce516a090de87fc0c
2017-04-13 01:04:49 +00:00
Steven Burrows
aea509dfb5 Topo2 - Key Command 'H' to toggel hosts visibility
JIRA Tasks; ONOS-6283

Change-Id: Id1b8c00342af799e1d92c84346bb3fe6f6023af6
2017-04-12 23:57:58 +00:00
Steven Burrows
9aeab9231a Topo2 - Remove lat and long from details panel if undefined
JIRA Tasks; ONOS-6293

Change-Id: Ie9e9e34f609b6b288531c030052a2eddc7684791
2017-04-12 16:18:37 -07:00
Claudine Chiu
1f036b8c99 ONOS-6096 initial impl of dist. virtual packet store; virtual PacketRequest CLI; PacketRequest codec
Change-Id: Iea0a159a977701685c4487e806b26c85a1fcc1a5
2017-04-12 22:41:00 +00:00
Steven Burrows
e1ea27b3a1 Topo2 - ONOS-6275 Updated the host node style to match classic topology
Change-Id: Ia374ff8dd6ad1f6e759da5d3543a69436664c59e
2017-04-12 20:59:55 +00:00
Steven Burrows
938bb8a9ab Topo2 - Updated host details panel to handle hosts without lat and long
JIRA Tasks; ONOS-6280

Change-Id: I75f07ee9a8ce37823d94db6276c61173a3913167
2017-04-12 20:53:35 +00:00
Steven Burrows
9053fdb1f8 Topo2 - Fixed the issue where the Toolbar was creating dublicate ID's
JIRA Tasks; ONOS-6279

Change-Id: If2daa9f35853f91cbbd23e301a6d975a06b72b8f
2017-04-12 20:45:05 +00:00
Steven Burrows
6bc67865ff Topo2 - clicking device details header navigates to the device view with the device highlighted
JIRA Tasks; ONOS-6281

Change-Id: I17aae2e898e59bfb98becf23c5d5f6fd94014690
2017-04-12 20:42:45 +00:00
Steven Burrows
474a0fd9f9 Topo2 - Host label should always be visible
Fixed Tasks; ONOS-6275, ONOS-6277

Change-Id: I60342c2e4c3af2dc8be684b50426cbeda71f6d7b
2017-04-12 20:40:33 +00:00
Andrea Campanella
6dc17227bd Adding new-optical to the publiches targets for carrier-ethernet app needs
Change-Id: I3d19b9cac60b2fec7d439403feb40dbaa432859d
2017-04-12 20:31:49 +00:00
Steven Burrows
a31c5b09ef Topo2: Fixed incorrect link highlighting and port locations
JIRA Tasks; ONOS-6276

Change-Id: Id9affd2cdc1bfa335654111655a413abad63ffc7
2017-04-12 20:14:38 +00:00
Marc De Leenheer
f381876a1c Fixed Ciena Waveserver device/port discovery.
Change-Id: If531f01549209e6557acef4326629822ea41bbab
2017-04-12 11:24:58 -07:00
Steven Burrows
6de27f41ce Topo2: Adding hosts and regions to the update model
Change-Id: I0473e2cb06803bbd3245db329db60f5fbcf13ea4
2017-04-12 16:16:58 +00:00
Jian Li
2e818b0e18 Fix: Split codec package into api module to fix maven build failure
Change-Id: I5f57163f329ab21bb362dcf2bef54a3a6664ce10
2017-04-12 16:01:43 +00:00
Yuta HIGUCHI
8c47efeaa5 Make sure backup path satisfies constraints
Change-Id: Ifbf4815dc86a1ad2dcc9314649925d018eb3bb8e
2017-04-12 10:00:57 +00:00
Hyunsun Moon
c8d8fc7d01 Fixed maven build failure
Change-Id: I6b30b93d77faaffa8c9f1138126f2be641d8f4c3
2017-04-12 08:58:48 +00:00
MaoLu
9385898c20 Fix link problem for oplink device
Change-Id: I81610f59d9e40ebf65d33af4baa6507ecf0b25cb
2017-04-12 03:05:13 +00:00
daniel park
e49eb38cd2 [ONOS-6060] Merge scalablegateway app to openstacknode app
Change-Id: I8e152a943f575c2fc0305ae572b5e0150a699d30
2017-04-12 11:14:27 +09:00
Simon Hunt
47f8fb739c ONOS-6255 : Integrate Topology 2 into Nav Menu.
- Topo2: layouts with neither geo nor grid, use default pan/zoom.
- Topo2: Add 'dot' keyboard command to toggle toolbar.
- Topo2: Toolbar starts hidden.

Change-Id: I328da4be5c75032d437c84be07d166607efe06ad
2017-04-11 13:49:51 -07:00