Reorganize source tree to use single autotools instance
Change-Id: I7b51f88292e057c6443b12224486f2d0c9f8ae23 Signed-off-by: Damjan Marion <damarion@cisco.com>
This commit is contained in:
16
src/scripts/vnet/tcp
Normal file
16
src/scripts/vnet/tcp
Normal file
@ -0,0 +1,16 @@
|
||||
packet-generator new {
|
||||
name x
|
||||
limit 1
|
||||
node ip4-input
|
||||
size 64-64
|
||||
no-recycle
|
||||
data {
|
||||
TCP: 1.2.3.4 -> 5.6.7.8
|
||||
TCP: 1234 -> 5678
|
||||
incrementing 100
|
||||
}
|
||||
}
|
||||
|
||||
tr add pg-input 100
|
||||
ip route 5.6.7.8/32 via local
|
||||
ip route 1.2.3.4/32 via local
|
Reference in New Issue
Block a user