summaryrefslogtreecommitdiffstats
path: root/vpp-common/vpp-translate-utils/src/main/java/io/fd/hc2vpp/common/translate/util/MultiNamingContext.java
AgeCommit message (Collapse)AuthorFilesLines
2017-12-13(Multi)NamingContext: increment after computing maxMarek Gradzki1-9/+12
Instead of incrementing all elements of stream and applying max, first compute max and then increment. Change-Id: I4e45ffa74d9b8685abd7bafaddc77d1d9850abdb Signed-off-by: Marek Gradzki <mgradzki@cisco.com> (cherry picked from commit 4840c9fc6ab956d6210ac33d8e9c5b1abbc4172e)
2016-12-01HONEYCOMB-58 - Routing Plugin StructureJan Srnicek1-0/+155
Read/Write support for ipv4/6 static routes. Restriction due to vpp implementation described in readme. Change-Id: I328f406a9b7cb8781f8becf98eca293cebe66859 Signed-off-by: Jan Srnicek <jsrnicek@cisco.com>