summaryrefslogtreecommitdiffstats
path: root/VNFs/vCGNAPT
AgeCommit message (Expand)AuthorFilesLines
2018-08-09update from src port in the pvt/pub handlerDeepak S1-12/+9
2018-06-29Merge "TempFix: vCGNAPT/vACL ipv4 perf issue"Deepak S1-15/+25
2018-06-12Adding support for Ubuntu 17.10...Deepak S2-2/+2
2018-06-05TempFix: vCGNAPT/vACL ipv4 perf issueDeepak S1-15/+25
2017-10-05VNFs: Fixing klocwork issue in VNFs codeAnand B Jyoti2-6/+82
2017-09-28Fix cgnapt status outputDeepak S1-0/+1
2017-09-28Fix the cgnapt pipeline stat issuesDeepak S1-0/+19
2017-09-27REST_API: rest api client implementationVishwesh M Rudramuni8-56/+398
2017-09-27vCGNAT: changes for gateway packet forwardingAnand B Jyoti5-251/+166
2017-08-20Updated configuration files for cgnapt VNFsDeepak S6-0/+310
2017-08-20Update vCGNAPT configuration fileDeepak S34-2392/+0
2017-08-14Moving printf under cgnapt_dbg_printDeepak S2-14/+23
2017-07-21VNFs: Correcting the fdir mode for SWLB and HWLBAnand B Jyoti1-8/+3
2017-07-20Merge "[l2l3 stack] implements new nd state machine & nd buffering"Deepak S1-438/+272
2017-07-20Merge "[l2l3 stack] implements new arp state machine & arp buffering"Deepak S3-430/+355
2017-07-18[l2l3 stack] implements new nd state machine & nd bufferingVishwesh M Rudramuni1-438/+272
2017-07-14VNFs: Correcting default traffic_type to IPv4Anand B Jyoti2-2/+1
2017-07-14[l2l3 stack] implements new arp state machine & arp bufferingVishwesh M Rudramuni3-430/+355
2017-06-27vCGNAPT: correcting to use default rte_ring_dequeueAnand B Jyoti1-4/+4
2017-06-27VNFs: rte_eth_dev is deprecated in DPDK version 16.11 and onwardsAnand B Jyoti1-1/+10
2017-06-22Merge "vCGNAPT: remove unused function and a patch"Deepak S1-5/+0
2017-06-15Adding Sample vCGNAPT config to run with multi-port pairv1.0.0Deepak S6-0/+970
2017-06-09vCGNAPT: remove unused function and a patchAnand B Jyoti1-5/+0
2017-06-06Adding timer dyn timeout config in timer profile.Deepak S1-2/+15
2017-06-01[SAMPLEVNF] Adding support to handle more than 16 portsDeepak S2-3/+12
2017-05-30If port configuration fails. Try again after disabling TX OFFLOADDeepak S1-2/+8
2017-05-11Allow enable/disable of checksum for cgnaptDeepak S2-19/+19
2017-05-11Default enable only NAPT featuresDeepak S1-5/+5
2017-04-19vCGNAPT VNF initial check-inDeepak S44-0/+20081
a> 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644