aboutsummaryrefslogtreecommitdiffstats
path: root/vnet/etc/scripts/arp6
blob: e6a98935309c9bb894c01b7c85d7fec3af6f4608 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
packet-generator new {
  name x
  limit 1
  node ip6-input
  size 64-64
  no-recycle
  data {
    ICMP6: 2000::2 -> 2001::2
    ICMP echo_request
    incrementing 100
  }
}

tr add pg-input 100
loop create
loop create
set int state loop0 up
set int state loop1 up

set int ip address loop0 2000::1/64
set int ip address loop1 2001::1/64