aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts/vnet/mcast/ip4
blob: 69f1ee00fa84e5e079c0e52eb16118324940f0c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
packet-generator new {
  name x
  limit 1
  node ip4-input
  size 64-64
  no-recycle
  data {
    ICMP: 1.0.0.2 -> 232.1.1.1
    ICMP echo_request
    incrementing 100
  }
}

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

ip mroute add 232.1.1.1 via pg0 Accept
ip mroute add 232.1.1.1 via loop0 Forward
ip mroute add 232.1.1.1 via loop1 Forward