summaryrefslogtreecommitdiffstats
path: root/VNFs/vCGNAPT/pipeline
AgeCommit message (Expand)AuthorFilesLines
2017-10-05VNFs: Fixing klocwork issue in VNFs codeAnand B Jyoti1-4/+18
2017-09-28Fix cgnapt status outputDeepak S1-0/+1
2017-09-28Fix the cgnapt pipeline stat issuesDeepak S1-0/-2/+1
2017-07-14[l2l3 stack] implements new arp state machine & arp bufferingVishwesh M Rudramuni2-430/+353
2017-06-27vCGNAPT: correcting to use default rte_ring_dequeueAnand B Jyoti1-4/+4
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-11Allow enable/disable of checksum for cgnaptDeepak S1-18/+18
2017-04-19vCGNAPT VNF initial check-inDeepak S13-0/+15711
pan> def get(self): # pylint: disable=no-self-use """ Get environment """ environment_show = Env().show() return jsonify(environment_show) def post(self): """ Used to handle post request """ return self._dispatch_post() def prepare(self, args): # pylint: disable=no-self-use, unused-argument """ Prepare environment """ ft_utils.execute_command("prepare_env start")