trafficgen icon indicating copy to clipboard operation
trafficgen copied to clipboard

A network traffic generator using Lua programming language and the MoonGen project

Results 9 trafficgen issues
Sort by recently updated
recently updated
newest added

This repository is lacking licensing information. As such, everything included in this repo is "All rights reserved". Please note that in order to re-license this project you'll legally need ack...

We were able to get geneve traffic to work on openstack with trex profile. Since adding this functionality in trafficgen requires some design changes, We can discuss how we can...

changes to work with crucible

Description of problem: Specific to Trex version 2.86 and 2.87, the `dpdk_setup_ports.py` failed to generate `trex_cfg.yml` file if we bind multiple PCI info which belongs to multiple NUMA. Version-Release number...

I am not sure whether it is a bug as compilation throwing a flood of warning message post-installation of Moongen. But this warning message doesn't blocker of moongen testing. So,...

Adds argument parser option, allows user to specify a particular module of a Xena chassis. (@ctrautma for reference)

trex_tg_lib.py, current line 261 base = base/IP(src = str(ip_src['start']), dst = str(ip_dst['start'])) ip_src['start'] and ip_dst['start']) are integer, for traffic 1.1.1.1 -> 2.2.2.2, the above line is equivalent to : base...