Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-loxi
/
a8f84e9cb3a61143cb4da06e29e7a44e35eb01eb
/
java_gen
/
pre-written
/
src
646d122
add port adjacency message
by Jimmy Jin
· 8 years ago
adcb3e7
Extensions added as per new OVS NSH patch
by Phaneendra Manda
· 8 years ago
4fd3902
Add Oplink experimenter messages
by Jimmy Jin
· 9 years ago
4c728b3
[ONOS-3291] Match fields added in LOXI for NSH extension
by Phanendra Manda
· 9 years ago
83b5323
[ONOS-3390] Add nicira extension of reg0~7 match to onos-loxi
by BitOhenry
· 9 years ago
108d37a
Merge remote-tracking branch 'upstream/master' into HEAD
by Brian O'Connor
· 9 years ago
f8caac0
Loxi support for Optical Transport extensions, onos-2472
by Yafit Hadar
· 9 years ago
b126d12
BSC-8167: pom.xml: update mvn 0.10.0-SNAPSHOT, update libraries
by Andreas Wundsam
· 9 years ago
fa56f26
Merge into master from pull request #411:
by abat
· 9 years ago
729bc17
address comments
by Sovietaced
· 9 years ago
8fe84f3
address comments
by Sovietaced
· 9 years ago
75c09dc
OFPortDesc: add convenience method to access BsnPortGenerationId
by Andreas Wundsam
· 9 years ago
5b75b7c
factories and tests
by Sovietaced
· 9 years ago
fbb8708
fix warnings
by Sovietaced
· 9 years ago
bb0f0cc
create DatapathId factory method
by Sovietaced
· 9 years ago
95afd51
openflow_input: add oxm_bsn_inner_vlan_vid.
by Wilson Ng
· 9 years ago
26c0d37
Merge into master from pull request #401:
by abat
· 9 years ago
c2d7089
Update comments (from Rich)
by Shudong Zhou
· 9 years ago
e44abfd
Add 512-bit variation of OFPortBigMap
by Shudong Zhou
· 9 years ago
8bd3661
Merge remote-tracking branch 'upstream/master'
by Brian O'Connor
· 9 years ago
b90552c
Fix IPv6Address.of(byte[]) to correctly deal with the 8th and 16th byte when the first bit is one LOXI-67
by Ronald Li
· 9 years ago
bc53ec0
Merge into master from pull request #396:
by abat
· 9 years ago
cc196ab
Well, that introduced another subtle bug. Using new OFGroup(ZERO_VAL) instead of OFGroup.of(ZERO_VAL) works. It's null otherwise, which makes sense.
by Ryan Izard
· 9 years ago
c19db2c
fix per review
by nsong
· 9 years ago
c036c6a
Fix small bug in pre-written OFGroup.java. Replace MAX with ZERO.
by Ryan Izard
· 9 years ago
729900b
add additional test
by nsong
· 9 years ago
d7701e1
add isMulticast in IPAddress
by nsong
· 9 years ago
8df4a11
Add java support for of_oxm_bsn_vxlan_network_id, of_oxm_bsn_inner_eth_dst, and of_oxm_bsn_inner_eth_src.
by Ken Chiang
· 9 years ago
270b363
Remove <> on javadoc
by kjwon15
· 10 years ago
7bc8540
Fix malformed javadoc
by kjwon15
· 10 years ago
9d777a5
Use unsigned long comparison in IPv6Address.compareTo()
by Ronald Li
· 10 years ago
4347d35
Add '0x' prefix to the hex value in toString().
by Ryan Izard
· 10 years ago
75d235a
openflowj: support of_oxm_bsn_ingress_port_group_id
by Rich Lane
· 10 years ago
8e34471
Fix OFBitMask512
by Shudong Zhou
· 10 years ago
78e24b9
Merge remote-tracking branch 'upstream/master'
by alshabib
· 10 years ago
0.3.9.oe
820eaee
fix for port showing up as negative
by alshabib
· 10 years ago
0.3.8.oe
bb66cd5
fix to support ports > 32768
by alshabib
· 10 years ago
5dba58d
Merge into master from pull request #372:
by abat
· 10 years ago
25021ec
hook up new java class with loxi
by Sovietaced
· 10 years ago
a0aca27
add java bit mask 512 class
by Sovietaced
· 10 years ago
cf53bb9
multiple pkt-in reason: fix version check to >= 1.3
by Vishnu Emmadi
· 10 years ago
db949d4
changed order of sigtype and sigid
by Praseed Balakrishnan
· 10 years ago
d1196ab
improve test case
by Sovietaced
· 10 years ago
13f8802
Add isEnabled to interface and add tests
by Sovietaced
· 10 years ago
712c4a1
Added NXMs for source and destination tunnels. These are included by OVS in matches. C and Python unit tests pass. Java unit test fails with masked versions of the NXMs.
by Ryan Izard
· 10 years ago
67a4b1d
Merge remote-tracking branch 'upstream/master' into java-bundle-improvements
by Andreas Wundsam
· 10 years ago
b3ecc22
ClassId: output as unsigned int
by Andreas Wundsam
· 10 years ago
73d7d67
java_gen: API improvements for BundleMessages.
by Andreas Wundsam
· 10 years ago
10ef6eb
Merge into master from pull request #346:
by abat
· 10 years ago
15efef9
Address review comments.
by Wilson Ng
· 10 years ago
a3483d6
Fix unit tests.
by Wilson Ng
· 10 years ago
9f59504
openflow_input: add standard OXMs for 1.3 and 1.4
by Rich Lane
· 10 years ago
b1c4d53
java_gen: add ChannelUtilsVer14
by Andreas Wundsam
· 10 years ago
439cbe4
OFVersion: add constant for OF1.4
by Andreas Wundsam
· 10 years ago
bc26674
Adding a boolean java type for the mpls BoS indicator bit
by Saurav Das
· 10 years ago
2ed6da0
optical circuit experimenter changes
by Praseed Balakrishnan
· 10 years ago
0bc0754
Merge into master from pull request #309:
by abat
· 10 years ago
449664c
IPv6Address: remove redundant null assignment
by Rich Lane
· 10 years ago
f78068b
Initial test of optical OXC experimenter messages
by Praseed Balakrishnan
· 10 years ago
bae30f9
java: discard the IPv6 zone id when parsing addresses
by Rich Lane
· 10 years ago
ba92e29
modified to support list of IPv4 and IPv6 addresses in the openflow input files. this patch is only for the java part of loxigen.
by Byungjoon Lee
· 10 years ago
a87b1fc
Cast InetAddress to Inet4Address or Inet6Address to call the specific static methods
by Ronald Li
· 10 years ago
1247d0e
Use -1L instead of (long) -1
by Ronald Li
· 10 years ago
f937760
Use IPv6 subnet mask calculation as suggested by @andi-bigswitch
by Ronald Li
· 10 years ago
bbf0194
Address reviewer's comments floodlight/loxigen#297
by Ronald Li
· 10 years ago
1092956
Have IPAddress.of(InetAddress) leverage the new IPv4Address.of(Inet4Address) and IPv6Address.of(Inet6Address)
by Ronald Li
· 10 years ago
383d14e
Update IPv4Address.withMaskOfLength() Javadoc
by Ronald Li
· 10 years ago
c3c4a95
Enhance Javadoc for IPv4Address.ofCidrMaskLength()
by Ronald Li
· 10 years ago
cc9c930
Added Javadocs to IPv6Address.of() similar to IPv4Address.of(); also added of(Inet6Address)
by Ronald Li
· 10 years ago
74b54bc
Fix error message typo
by Ronald Li
· 10 years ago
382589f
Further Javadoc enhancements for IPv4Address / IPv4AddressWithMask
by Ronald Li
· 10 years ago
097cda5
Fix Javadoc typo
by Ronald Li
· 10 years ago
5b41da9
Rephrased some Javadoc for clarity and readability
by Ronald Li
· 10 years ago
ca08d5f
One more syntactic sugar - IPv4Address.withMask(IPv4Address)
by Ronald Li
· 10 years ago
8a0b53c
Deprecate IPv4AddressWithMask.of(int,int)
by Ronald Li
· 10 years ago
5d0ca65
Sanity tests for the IPv4Address.withMask*() syntactic sugars
by Ronald Li
· 10 years ago
af8d3e7
Javadoc updates and consistency fixes; force IPAddress subclasses to override toString(); Nonnull annotations updates
by Ronald Li
· 10 years ago
ffa8079
Renamed IPAddress.fromInetAddress() to of(); added withMask() methods that corresponds to IPv4Address.of() methods
by Ronald Li
· 10 years ago
25fb44d
Use the new IPv6Address.ofCidrMaskLength() in IPv6AddressWithMask.of(String)
by Ronald Li
· 10 years ago
fea1789
Added IPv6Address.ofCidrMaskLength() and the corresponding unit tests
by Ronald Li
· 10 years ago
a780c37
Use the new IPv4Address.ofCidrMaskLength() in IPv4AddressWithMask.of(String)
by Ronald Li
· 10 years ago
a748422
Added IPv4Address.ofCidrMaskLength() and the corresponding unit tests
by Ronald Li
· 10 years ago
3ea5f7e
U64|128|HashValue: create Builder classes
by Andreas Wundsam
· 10 years ago
33d33e0
U128.add(): optimize overflow comparison
by Andreas Wundsam
· 10 years ago
c277520
java/HashValue: add+subtract, remove combineWithValue
by Andreas Wundsam
· 10 years ago
f2de8af
Merge into master from pull request #292:
by abat
· 10 years ago
0377adb
Merge into master from pull request #287:
by abat
· 10 years ago
9dfc1ef
use preconditions
by Sovietaced
· 10 years ago
a5eeae3
add bsn_vlan_xlate_port_group_id extension
by Rich Lane
· 10 years ago
e7fc61f
java_gen: U128: add unit test for readBytes
by Andreas Wundsam
· 10 years ago
77d9949
return false for incompatible ip versions
by Sovietaced
· 10 years ago
07cc8eb
fix null NPE catch
by Sovietaced
· 10 years ago
30a1cee
add exception test
by Sovietaced
· 10 years ago
88e74ec
IPAddressWithMask should have a contains method taht can take any IPAddress
by Sovietaced
· 10 years ago
551254f
address comments
by Sovietaced
· 10 years ago
c6f9121
Fixes LOXI-59 IPAdddress hould have a factory function for InetAddress
by Sovietaced
· 10 years ago
a224b13
java_gen.PrimitiveSinkUtils: add support for putting nullable Strings, better support for null
by Andreas Wundsam
· 10 years ago
8e92b97
java_gen.PrimitiveSinkUtils - add putNullableTo
by Andreas Wundsam
· 10 years ago
754c73a
match.py merged by applying #274
by Byungjoon Lee
· 10 years ago
a3a1cfe
java_gen: add PrimitiveSinkUtils
by Andreas Wundsam
· 10 years ago
Next »