Yuta HIGUCHI
7da7e62eb8
Add support for pretty printing XML fragments
...
Change-Id: I085e2e883cf445bfa406b0ae753df605b9929540
2018-02-15 18:20:51 +00:00
Ray Milkey
5c7d488269
SONAR suggestion - proper handling of InterruptedException
...
Change-Id: I67a93c064708c207d9ce83fac319682c2d17db60
2018-02-07 00:59:07 +00:00
Ray Milkey
34ef6a1ef6
SONAR suggestion - checking the same condition twice
...
Change-Id: Ia71206478c21cc92fbd7d37e7915af75727e047e
2018-02-02 21:18:57 +00:00
Ray Milkey
42b6203896
SONAR suggestion - problems with string format calls
...
Change-Id: Ie6b985d2e4db79d6398b17e38a680920f52366b3
2018-02-01 21:09:07 +00:00
Ray Milkey
986a47aa7c
SONAR suggestion - generic exceptions
...
Replace uses of generic RuntimeException
with more appropriate unchecked exceptions
Change-Id: If283743c2cf7252b8d280bdb788708ebbe57da9d
2018-02-01 18:36:33 +00:00
Yuta HIGUCHI
488a94c31e
more error-prone issue fix
...
Change-Id: I49f2cc0459cfddddc6a99e2ebb8ad52d547e2909
2018-01-29 21:12:15 +00:00
Ray Milkey
96b2640b27
SONAR suggestion - toString() should not return null
...
Change-Id: I9b31515b24052d60895ef2151609ea734ef18c3b
2018-01-25 01:06:35 +00:00
Kalhee Kim
475fb2c14d
[CORD-2528] RIPngEntry handling byte
...
Change-Id: I0b5d1166a2576be879c209954bed15191f439eae
2018-01-19 13:20:17 -08:00
Kalhee Kim
495c9b2fa9
[CORD-2318] Allow v6 alternative dhcp server for default and indirect dhcp server
...
Change-Id: Ief4027a7528db7b4e3058fce369b3e1ddc214e92
2018-01-19 13:20:13 -08:00
Kalhee Kim
ea4b6c2649
[CORD-2226] Dhcp6 Relay uses to store dhcp record for LeaseQuery
...
Change-Id: Ib3baadb38e3f5f6ebe6efc884660fe0c77cfe689
2018-01-19 13:12:04 -08:00
Ray Milkey
9c9cde4d4d
SONAR Suggestion - protected members in final classes are pointless
...
Change-Id: Ie34d86aecf181e73867a14864d75e0db8a8f48f3
2018-01-17 00:18:50 +00:00
ONOS Jenkins User
45d340c839
Starting snapshot 1.13.0-SNAPSHOT
2018-01-09 01:56:13 +00:00
ONOS Jenkins User
32ebb5add8
Tagging 1.13.0-b8
2018-01-09 01:54:28 +00:00
jaegonkim
47b1b4abd7
[ONOS-7281] Using slow protocol destination mac address (01:80:C2:00:00:0E), and supporting port description in ONOS LLDP
...
Change-Id: I98dfbad436da0b689a2ac89665ee3298c32b61e8
2017-12-21 17:26:39 +00:00
Ray Milkey
b68bbbc5ac
Sonar suggestion - use a secure random number generator
...
Change-Id: I28075845555bcbc384a49e07353b3192c413b8f7
2017-12-19 17:58:54 +00:00
Ray Milkey
e559bcf45d
Sonar suggestion - don't use bit operator in a boolean expression
...
Change-Id: I69e254ffea0c72a040077d6e6a13c326d44c1197
2017-12-18 22:51:08 +00:00
Ray Milkey
faed9f3b44
Sonar suggestion - remove deprecated and insecure public arrays
...
Change-Id: I1c325f9f8ff5c239b13ad6c55886934a86ca21c2
2017-12-18 21:05:47 +00:00
Ray Milkey
9a4f7ce6ae
Sonar suggestion - don't use synchronized Stack class
...
Change-Id: I1e44ac28006999b39060ebdb675f5782ec4041b9
2017-12-15 14:52:26 +00:00
ONOS Jenkins User
61881df1ee
Starting snapshot 1.13.0-SNAPSHOT
2017-12-12 21:19:45 +00:00
ONOS Jenkins User
d22dccc27f
Tagging 1.13.0-b7
2017-12-12 21:18:01 +00:00
ONOS Jenkins User
4bf9e3a520
Starting snapshot 1.13.0-SNAPSHOT
2017-12-12 18:46:22 +00:00
ONOS Jenkins User
168ac92b8d
Tagging 1.13.0-b6
2017-12-12 18:44:15 +00:00
ONOS Jenkins User
0e78e27f0c
Starting snapshot 1.13.0-SNAPSHOT
2017-12-12 03:27:00 +00:00
ONOS Jenkins User
2a7d833cab
Tagging 1.13.0-b5
2017-12-12 03:25:23 +00:00
ONOS Jenkins User
c53a15f933
Starting snapshot 1.13.0-SNAPSHOT
2017-12-11 20:43:30 +00:00
ONOS Jenkins User
d06da9e33c
Tagging 1.13.0-b3
2017-12-11 20:41:44 +00:00
ONOS Jenkins User
716484c58c
Starting snapshot 1.13.0-SNAPSHOT
2017-12-09 03:41:19 +00:00
ONOS Jenkins User
6a6ac1d5a0
Tagging 1.13.0-b1
2017-12-09 03:39:39 +00:00
ONOS Jenkins User
a57a814230
Starting snapshot 1.13.0-SNAPSHOT
2017-12-09 00:57:30 +00:00
ONOS Jenkins User
8977cedde7
Tagging 1.13.0-b0
2017-12-09 00:55:39 +00:00
Yuta HIGUCHI
47d96095cf
Step toward transactional API support on DocTree
...
for ONOS-7237
Change-Id: I021b20c8aac97f96c2ab0e8bc763aa821dc09643
2017-12-08 17:57:26 +00:00
Ray Milkey
b04f265d81
Fix error-prone reported problems
...
- equals() method was comparing metric to itself
- toString() was using the toString value of an array
Change-Id: I5da31f7b3b56ee78cf8d272abdf0214d11863880
2017-12-05 11:40:20 -08:00
Charles Chan
eeb10fc7f8
NDP_HOP_LIMIT should be 255(10) instead of 0x255(16)
...
Change-Id: Ia718f353941fae492e7b3ca1f5c5b2aa142faf1b
2017-12-03 13:42:50 -08:00
Ray Milkey
a09f87f02b
Starting snapshot 1.13.0-SNAPSHOT
...
Change-Id: Ib3360118c42aa760632ff80537d585865813060f
2017-11-21 09:38:31 -08:00
Kalhee Kim
6222dbef9b
[CORD-2182] Implement packet serializer/deserializer for Routing Information Protocol (RIP)
...
Change-Id: If80af0b04a86972b91e6a9d9731864ff35c833e4
2017-11-20 19:41:30 -08:00
Yuta HIGUCHI
6800ced670
various bug fixes
...
Change-Id: Id77096bd4ee2160428619b475840b36fdb5f156c
2017-11-20 11:16:10 -08:00
Ray Milkey
cc6ec60fb2
Starting snapshot 1.12.0-SNAPSHOT
2017-11-10 16:22:59 -08:00
Ray Milkey
9f9a752bdc
Tagging 1.12.0-b2
2017-11-10 16:21:23 -08:00
Charles Chan
83439a35f3
Reflect DiffServ/TrafficClass when constructing ICMP/ICMP6 reply
...
Change-Id: I0c440a9270e5d560a23552514bcb89dc7dcbecb0
2017-10-31 00:11:27 +00:00
Yi Tseng
525ff40850
[CORD-1751] Preventing attacks on DHCP-Relay
...
Change-Id: I46f7ba2490994e71c9f7d881cbe44785720f1e37
2017-10-30 22:08:53 +00:00
Yuta HIGUCHI
0c47d5386e
Deprecate joda-time
...
- ref:
http://blog.joda.org/2014/11/converting-from-joda-time-to-javatime.html
Change-Id: I1115e8053f601e78cb933ccbfa664ff8787d2da1
2017-10-20 09:40:05 +00:00
Kalhee Kim
a0b8f65e8a
[CORD-2064] When parsing InterfaceID buffer size is insufficient
...
Change-Id: I92966a6e59e4ba0319eef025f87193651f5918b1
2017-10-19 19:49:29 +00:00
Kalhee Kim
0c0cb0b8ad
[CORD-1895] Incorrect VLAN DHCPV6 message to client
...
Change-Id: I462ec928f3ded6247c9d9699f0cdf3bf3c842eba
2017-10-16 18:40:58 +00:00
Ray Milkey
f0c47617e8
Remove deprecated deserialize() mthods from packet classes
...
Change-Id: I4e52ab368390d30f5f5f24d443a5021916d0c6a3
2017-10-03 18:03:33 +00:00
Ray Milkey
dc48fb2c3b
Starting snapshot 1.12.0-SNAPSHOT
2017-09-26 14:42:24 -07:00
Ray Milkey
eb3f6ef786
Tagging 1.12.0-b1
2017-09-26 14:40:44 -07:00
Kalhee Kim
45fede439d
CORD-1430 Dhcpv6 Relay APP
...
Change-Id: Ib913b5d53305acfa47c13676c6d6bbd9fd0023f4
2017-09-12 21:29:47 +00:00
Julia Ferguson
65428c39e6
CORD-1622 CORD-1624 Add IPv6 mutlicast in McastHandler and OFDPA2.0 Drivers
...
Change-Id: Ibbb402b62999b39f8aea2cd236b959fc61fb94ac
2017-09-06 02:43:02 +00:00
Yi Tseng
440e2b710b
[CORD-1779] Fix directlyConnected function
...
Check circuit ID format to determind the option added by ONOS or not
instead of using giaddr.
Change-Id: Ibb20059d37fe036a21c71d38ac771b0613441f2d
2017-08-31 22:06:42 +00:00
Carmelo Cascone
d047bd2a99
Fixed random fit test of ImmutableByteSequence
...
Change-Id: I22c0279f06dfb0101ee0c871b6c0c5443d3bd4a9
2017-08-29 21:37:59 +02:00