VPP-598: tcp stack initial commit

Change-Id: I49e5ce0aae6e4ff634024387ceaf7dbc432a0351
Signed-off-by: Dave Barach <dave@barachs.net>
Signed-off-by: Florin Coras <fcoras@cisco.com>
This commit is contained in:
Dave Barach
2017-02-28 15:15:56 -05:00
committed by Damjan Marion
parent f869028740
commit 68b0fb0c62
94 changed files with 17375 additions and 512 deletions

View File

@ -1,16 +1,18 @@
loop create
set int ip address loop0 192.168.1.1/8
set int state loop0 up
packet-generator new {
name x
limit 1
limit 2048
node ip4-input
size 64-64
size 100-100
interface loop0
no-recycle
data {
TCP: 1.2.3.4 -> 5.6.7.8
TCP: 1234 -> 5678
TCP: 192.168.1.2 -> 192.168.1.1
TCP: 32415 -> 80
SYN
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