Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-04-20 | Python-API: Inital commit of Python bindings for the VPP API. | Ole Troan | 1 | -33/+0 | |
See: https://wiki.fd.io/view/VPP/Python_API Change-Id: If135fc32208c7031787e1935b399d930e0e1ea1f Signed-off-by: Ole Troan <ot@cisco.com> | |||||
2016-02-01 | Make public fields final where possible | Robert Varga | 1 | -13/+13 | |
Class fields initialized via the constructor should be final. Also mark leaking byte[] instances with a FIXME. API users consider them immutable, but they are vulnerable to System.arrayCopy(). Also fixes constructor arguments so they do not use underscores, which is prohibited by Java 9. Change-Id: I393d55ed7234149cb3604bc92b2cb1d1207c55dc Signed-off-by: Robert Varga <nite@hq.sk> | |||||
2015-12-17 | Add ODL honeycomb VPP agent extensions to vppjapi jni java library. | Dave Wallace | 1 | -0/+33 | |
Change-Id: I084ffcf36fbac55c2862035d10b028e35e1e648d Signed-off-by: Dave Wallace <dwallacelf@gmail.com> |