summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-07-04HC2VPP-79: use AddressTranslator for ip-address-no-zone translationMarek Gradzki10-104/+66
2018-07-04HC2VPP-275: use ip-address-no-zone in v3po YANG modelMarek Gradzki15-95/+95
2018-07-04HC2VPP-367: update ietf-nat model from 2018-02-23 to 2018-06-28Marek Gradzki26-168/+150
2018-07-03HC2VPP-79: provide AddressTranslator.ipAddressToArray for IpAddressNoZoneMarek Gradzki4-0/+43
2018-07-03HC2VPP-79: use ip-address-no-zone for proxy-arp configurationMarek Gradzki6-22/+21
2018-07-03Bump v3po model versions from 2017-06-07 to 2018-07-03Marek Gradzki74-393/+401
2018-07-03HC2VPP-346: use fib-table-list-ref for FIB to ifc assignmentMarek Gradzki7-26/+35
2018-07-02Fix VXLAN state readMarek Gradzki2-16/+31
2018-07-02HC2VPP-346: use fib-table-list-ref for VXLAN configurationMarek Gradzki5-8/+20
2018-07-02HC2VPP-348: use vpp-fib-management module instead of FIB table indexMarek Gradzki13-102/+91
2018-07-02HC2VPP-349: use fib-table-list-ref in the proxy-arp modelMarek Gradzki8-22/+78
2018-07-02Add initializer for FIB tablesMarek Gradzki3-7/+22
2018-07-02Move Proxy Arp RESTCONF examples to separate POSTMAN collectionMarek Gradzki2-240/+243
2018-06-29jvpp-benchmark: improve exception handlingMarek Gradzki3-9/+6
2018-06-28fix Cast one of the operands to a long bugMichal Cmarada1-2/+2
2018-06-28srv6: simplify if condition in SidCustomizer.extractLocPrefixMarek Gradzki1-2/+1
2018-06-28srv6: do not check if SidCustomizer.bindRequest() returns nullMarek Gradzki1-9/+0
2018-06-27bgp: mark parameters of hc2vpp RouteWriters as @NonNullMarek Gradzki3-16/+13
2018-06-27BD: remove redundant null check in BridgeDomainCustomizerMarek Gradzki1-10/+8
2018-06-27lisp: fix sonar issues in SubtableDumpParamsMarek Gradzki1-5/+4
2018-06-27examples/ncclient: fix repo linkMarek Gradzki1-1/+1
2018-06-27examples/ncclient: use ncclient repo instead of forkMarek Gradzki1-1/+1
2018-06-22HC2VPP-317: remove FibTableServiceMichal Cmarada5-326/+0
2018-06-22hide Srv6Util constructor in SRv6 moduleMichal Cmarada1-0/+3
2018-06-22HC2VPP-344: Add FIB table management for routingMichal Cmarada20-468/+555
2018-06-22HC2VPP-88: translation layer for af_packet interface managementMarek Gradzki10-102/+736
2018-06-21HC2VPP-88: yang model for af_packet interface managementMarek Gradzki1-0/+31
2018-06-21Fix NPE in InterfaceDataTranslator.isInterfaceOfTypeMarek Gradzki2-6/+55
2018-06-20Add SRv6 5 node docker demoMichal Cmarada16-15/+1089
2018-06-19HC2VPP-304 - add SRv6 policy moduleMichal Cmarada56-10/+6395
2018-06-19HC2VPP-288 - add readers for SRv6 moduleMichal Cmarada39-100/+2101
2018-06-19HC2VPP-288 - add SRv6 module (writers only)Michal Cmarada58-1/+7768
2018-06-18HC2VPP-317: Update FIB management moduleMichal Cmarada1-5/+24
2018-06-15Add configuration for mtu in docker examplesMichal Cmarada1-0/+4
2018-06-14l3: remove redundant stubbing for WriteContext.readBeforeMarek Gradzki3-53/+0
2018-06-13api-coverage: include JVppGtpu and JVppPppoeMarek Gradzki2-9/+23
2018-06-11HC2VPP-354: use hw_interface_set_mtu for Ethernet interfacesMarek Gradzki4-12/+25
2018-06-08HC2VPP-317 - Implement FIB table management supportMichal Cmarada33-81/+1534
2018-06-07HONEYCOMB-432: adapt hc2vpp to ODL Oxygen SR1 bumpMarek Gradzki3-6/+10
2018-06-05HC2VPP-336: reenable NSH pluginMarek Gradzki8-10/+71
2018-06-01HC2VPP-342: fix when condition in l2-fib-entry definitionMarek Gradzki1-1/+1
2018-06-01HC2VPP-339: convert postman collections to v2.1.0 formatMarek Gradzki40-7746/+25872
2018-05-31nat: postman collection cleanupMarek Gradzki1-13/+13
2018-05-31Convert NAT postman collection to v2.1.0Marek Gradzki2-807/+2162
2018-05-31HC2VPP-325: use ip-prefix instead of ip-address in ietf-nat@2018-02-23.yangMarek Gradzki14-84/+87
2018-05-31Update AddressTranslatorMichal Cmarada2-1/+94
2018-05-31HC2VPP-336: disable NSH pluginMarek Gradzki7-70/+3
2018-05-29jvpp-benchmark: introduce abstract JVppBenchmarkMarek Gradzki4-161/+170
2018-05-29jvpp-benchmark: include project version in the shaded artifact nameMarek Gradzki3-16/+15
2018-05-29jvpp-benchmark: measure classifyAddDelTableMarek Gradzki9-22/+308