summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Collapse)AuthorFilesLines
2017-06-02Adding UDP Replay VNF without arp supportDeepak S1-1/+1
JIRA: SAMPLEVNF-8 This code adds support for UDP Replay which acts as a reflector of all the UDP packets on the requested port. Change-Id: I633e65a4964fab4cc46e2ed09c742dcc63ce6258 Signed-off-by: Deepak S <deepak.s@linux.intel.com>
2017-06-02Revert "[SAMPLEVNF] Adding UDP Replay VNF"Deepak S1-1/+1
This reverts commit 1b0802cbf10ac4d8911f0916d4ba0b02010924c8. Change-Id: Ic2bb69125d0d849b260475026a1088911d2d7109 Signed-off-by: Deepak S <deepak.s@linux.intel.com>
2017-05-30[SAMPLEVNF] Adding UDP Replay VNFVishwesh M Rudramuni1-1/+1
JIRA: SAMPLEVNF-8 This code adds support for UDP Replay which acts as a reflector of all the UDP packets on the requested port. Change-Id: If8330580f58c785736e578e815d15d983ce20209 Signed-off-by: Vishwesh M Rudramuni <vishwesh.m.rudramuni@intel.com> Signed-off-by: Deepak S <deepak.s@linux.intel.com>
2017-05-18Adding http proxy setup for non-intractive buildDeepak S1-0/+12
Change-Id: I9a3137f60b83c88b16027a9e6c404ccc3673b820 Signed-off-by: Deepak S <deepak.s@linux.intel.com>
2017-05-18Adding support to build the vnfs without user interventionDeepak S1-0/+24
./tools/vnf_build.sh --silient Change-Id: I50ecdc263a732d1ed823202107e49ffaa739e9b4 Signed-off-by: Deepak S <deepak.s@linux.intel.com>
2017-04-21BugFix: Correct the path while checking for dpdk installation folder.Deepak S1-1/+1
JIRA: SAMPLEVNF-6 Change-Id: Ifa4fcee4cca3a62873b16a2009de93b7c138b179 Signed-off-by: Deepak S <deepak.s@linux.intel.com>
2017-04-19Adding script to auto build VNFsDeepak S2-0/+336
Change-Id: I5af3301dceacb57499b92c543b912ed21f8b253d Signed-off-by: Deepak S <deepak.s@linux.intel.com>