Re: [PATCH v2 net-next 3/3] tc-testing: introduce scapyPlugin for basic traffic

2019-07-09 Thread Alexander Aring
On Mon, Jul 08, 2019 at 09:28:09PM -0400, Lucas Bates wrote: > Sorry Alex, I completely forgot about this email. > On Thu, Jul 4, 2019 at 4:29 PM Alexander Aring wrote: > > > > Hi, > > > > On Wed, Jul 03, 2019 at 08:45:02PM -0400, Lucas Bates wrote: > > > The scapyPlugin allows for simple traffic

Re: [PATCH v2 net-next 3/3] tc-testing: introduce scapyPlugin for basic traffic

2019-07-08 Thread Lucas Bates
Sorry Alex, I completely forgot about this email. On Thu, Jul 4, 2019 at 4:29 PM Alexander Aring wrote: > > Hi, > > On Wed, Jul 03, 2019 at 08:45:02PM -0400, Lucas Bates wrote: > > The scapyPlugin allows for simple traffic generation in tdc to > > test various tc features. It was tested with scapy

Re: [PATCH v2 net-next 3/3] tc-testing: introduce scapyPlugin for basic traffic

2019-07-04 Thread Alexander Aring
Hi, On Wed, Jul 03, 2019 at 08:45:02PM -0400, Lucas Bates wrote: > The scapyPlugin allows for simple traffic generation in tdc to > test various tc features. It was tested with scapy v2.4.2, but > should work with any successive version. > > In order to use the plugin's functionality, scapy must

[PATCH v2 net-next 3/3] tc-testing: introduce scapyPlugin for basic traffic

2019-07-03 Thread Lucas Bates
The scapyPlugin allows for simple traffic generation in tdc to test various tc features. It was tested with scapy v2.4.2, but should work with any successive version. In order to use the plugin's functionality, scapy must be installed. This can be done with: pip3 install scapy or to install 2.