summaryrefslogtreecommitdiffstats
path: root/v3po/v3po2vpp/src/main
AgeCommit message (Expand)AuthorFilesLines
2016-07-29HONEYCOMB-130: Separate v3po plugin from HC infraMaros Marsalek1-0/+64
2016-07-25Fix initializer for vpp classifierMarek Gradzki1-4/+5
2016-07-25Fix classifier writer orderingMaros Marsalek2-8/+9
2016-07-25Fix Subinterface acl initalizer NPEMaros Marsalek2-10/+11
2016-07-25Remove interface type check from ethernet customzierMaros Marsalek1-11/+7
2016-07-25HONEYCOMB-122: Reader registry integration testsMaros Marsalek6-30/+0
2016-07-21HONEYCOMB-122 Update reader registry to share similar APIs as writerMaros Marsalek47-625/+441
2016-07-19HONEYCOMB-49: fix outstanding issues found in reviewMarek Gradzki11-89/+94
2016-07-14HONEYCOMB-49: initializers for VPP classifierMarek Gradzki6-25/+153
2016-07-14HONEYCOMB-49: ACL create/delete support for vpp-interface-augmentationMarek Gradzki17-32/+667
2016-07-14HONEYCOMB-49: VPP classifier model. Translation layer implementationMarek Gradzki12-6/+991
2016-07-14Add google's error prone static analysis to buildMaros Marsalek2-2/+2
2016-07-13Fix l2fib initializerMaros Marsalek1-1/+1
2016-07-13HONEYCOMB-81 Fix v3po2vpp writer orderMaros Marsalek5-36/+74
2016-07-13HONEYCOMB-94 Reimplement writer registry with better ordering optionsMaros Marsalek5-217/+226
2016-07-11HONEYCOMB-113: fix u16<->short conversion in SubInterfaceCustomizerMarek Gradzki2-5/+6
2016-07-07HONEYCOMB-113 - refactoring based on jvpp type-conversion changesJan Srnicek2-3/+3
2016-07-03HONEYCOMB-97 - Added support for ip_neighbour_add_delJan Srnicek5-29/+253
2016-07-01HONEYCOMB-104: add Ipv4 support to sub-interfacesMarek Gradzki12-418/+942
2016-06-29HONEYCOMB-105 Make interface notification creation thread safeMaros Marsalek1-5/+9
2016-06-27Fix IPv4 read cachingMaros Marsalek1-11/+18
2016-06-27HONEYCOMB-100: introduce default 5s timeoutMarek Gradzki24-144/+177
2016-06-22HONEYCOMB-95: remove sub-interfaces from the list of interfacesMarek Gradzki1-40/+50
2016-06-21HONEYCOMB-64: Add ipv4 netmask supportMarek Gradzki5-52/+114
2016-06-20HONEYCOMB-98: Fixed initializing of Ipv4 containerJan Srnicek3-46/+172
2016-06-17HONEYCOMB-96 - Fixed bad structure of writers for Ipv4/AddressJan Srnicek3-81/+165
2016-06-15Implement L2 container deleteMaros Marsalek4-32/+62
2016-06-15HONEYCOMB-91: fix restoring BD from persisted config.Marek Gradzki1-13/+12
2016-06-15HONEYCOMB-91: initializer for L2 FIB tablesMarek Gradzki10-110/+147
2016-06-15HONEYCOMB-91: write customizer for L2FibEntryMarek Gradzki2-0/+170
2016-06-15HONEYCOMB-91: Create read customizer for L2FibEntryMarek Gradzki4-68/+180
2016-06-15HONEYCOMB-91: BD and L2 FIB YANG model refactoringMarek Gradzki3-11/+19
2016-06-14HONEYCOMB-67: Minor corrections in tests, stylesTibor Sirovatka7-48/+55
2016-06-14Fix Vxlan-gpe interface state from VPPHongjun Ni1-1/+1
2016-06-13Enable checkstyleMaros Marsalek7-26/+42
2016-06-10Remove reduntant list of interfaces for BDMarek Gradzki1-26/+0
2016-06-10HONEYCOMB-33: Add notification service to HcMaros Marsalek5-0/+266
2016-06-09HONEYCOMB-62: Add Ip readersMaros Marsalek10-57/+296
2016-06-09Fix int to long conversion in InterfaceUtilsMarek Gradzki1-15/+14
2016-06-09Fix state inference in sub-interface initializerMarek Gradzki1-2/+2
2016-06-09HONEYCOMB-67 Introduce exception handling into JVPPTibor Sirovatka26-715/+687
2016-06-06Fix CUD support for non-mandatory child nodes of list typeMarek Gradzki3-7/+10
2016-06-06Remove unused sub-interface identityMarek Gradzki1-5/+0
2016-06-06Intializers for the new vlan modelMarek Gradzki3-66/+91
2016-06-06Implementation of the new vlan model.Marek Gradzki18-656/+1292
2016-06-06Move byteToBoolean to TranslateUtilsMarek Gradzki1-10/+2
2016-06-06Vlan alternative modelMarek Gradzki7-19/+19
2016-06-06Add unit test for vxlan-gpe interfaceHongjun Ni2-0/+7
2016-06-02HONEYCOMB-61: Detect VPP disconnect using keepalivesMaros Marsalek4-7/+108
2016-06-02HONEYCOMB-71: Add VxLAN-GPE featureHongjun Ni5-0/+364