diff options
Diffstat (limited to 'src/scripts')
-rw-r--r-- | src/scripts/vnet/arp6 | 2 | ||||
-rw-r--r-- | src/scripts/vnet/icmp | 2 | ||||
-rw-r--r-- | src/scripts/vnet/icmp6 | 2 | ||||
-rw-r--r-- | src/scripts/vnet/ige | 2 | ||||
-rw-r--r-- | src/scripts/vnet/ip6-hbh | 2 | ||||
-rw-r--r-- | src/scripts/vnet/pcap | 2 | ||||
-rw-r--r-- | src/scripts/vnet/rpf | 2 | ||||
-rw-r--r-- | src/scripts/vnet/source_and_port_range_check | 4 | ||||
-rw-r--r-- | src/scripts/vnet/speed | 2 | ||||
-rw-r--r-- | src/scripts/vnet/srp | 2 | ||||
-rw-r--r-- | src/scripts/vnet/urpf | 2 | ||||
-rw-r--r-- | src/scripts/vnet/vlan | 2 |
12 files changed, 13 insertions, 13 deletions
diff --git a/src/scripts/vnet/arp6 b/src/scripts/vnet/arp6 index 2ade2962db8..940b8c3c210 100644 --- a/src/scripts/vnet/arp6 +++ b/src/scripts/vnet/arp6 @@ -10,7 +10,7 @@ packet-generator new { \ } \ } -tr add pg-input 100 +trace add pg-input 100 loop create loop create set int state loop0 up diff --git a/src/scripts/vnet/icmp b/src/scripts/vnet/icmp index 603d9d77700..71ab0106b6c 100644 --- a/src/scripts/vnet/icmp +++ b/src/scripts/vnet/icmp @@ -10,6 +10,6 @@ packet-generator new { \ } \ } -tr add pg-input 100 +trace add pg-input 100 ip route 5.6.7.8/32 via local ip route 1.2.3.4/32 via local diff --git a/src/scripts/vnet/icmp6 b/src/scripts/vnet/icmp6 index eb41470f448..b3bc1c5182a 100644 --- a/src/scripts/vnet/icmp6 +++ b/src/scripts/vnet/icmp6 @@ -10,6 +10,6 @@ packet-generator new { \ } \ } -tr add pg-input 100 +trace add pg-input 100 ip route ::1/128 via local ip route ::2/128 via local diff --git a/src/scripts/vnet/ige b/src/scripts/vnet/ige index f721e597678..bd073b2369f 100644 --- a/src/scripts/vnet/ige +++ b/src/scripts/vnet/ige @@ -16,4 +16,4 @@ set int state GigabitEthernet4/0/0 up set int state GigabitEthernet4/0/1 up ip route add 1.0.0.3/32 via GigabitEthernet4/0/1 IP4: 00:15:17:61:73:47 -> 00:15:17:61:73:46 -tr add ige-input 10 +trace add ige-input 10 diff --git a/src/scripts/vnet/ip6-hbh b/src/scripts/vnet/ip6-hbh index 7bb0be1a513..6498237a384 100644 --- a/src/scripts/vnet/ip6-hbh +++ b/src/scripts/vnet/ip6-hbh @@ -75,4 +75,4 @@ packet-generator new { \ } \ } -tr add pg-input 100 +trace add pg-input 100 diff --git a/src/scripts/vnet/pcap b/src/scripts/vnet/pcap index c52ddb74587..f1266ba45ea 100644 --- a/src/scripts/vnet/pcap +++ b/src/scripts/vnet/pcap @@ -12,5 +12,5 @@ packet-generator new { \ pcap /home/eliot/pcap-data/ISIS_p2p_adjacency.cap \ } -tr add pg-input 10 +trace add pg-input 10 diff --git a/src/scripts/vnet/rpf b/src/scripts/vnet/rpf index 80aa9bc3b67..236343ed967 100644 --- a/src/scripts/vnet/rpf +++ b/src/scripts/vnet/rpf @@ -10,7 +10,7 @@ packet-generator new { \ } \ } -tr add pg-input 100 +trace add pg-input 100 set interface ip source-check pg/stream-0 ip route 1.2.3.4/32 via pg/stream-0 0x01020304 ip route 5.6.7.8/32 via drop diff --git a/src/scripts/vnet/source_and_port_range_check b/src/scripts/vnet/source_and_port_range_check index abe7034c576..20f1b0dbc34 100644 --- a/src/scripts/vnet/source_and_port_range_check +++ b/src/scripts/vnet/source_and_port_range_check @@ -44,7 +44,7 @@ set ip source-and-port-range-check 1.1.1.0/24 range 2000 - 3000 vrf 99 set interface ip source-and-port-range-check pg0 udp-out-vrf 99 - show ip source-and-port-range-check vrf 99 1.1.1.1 +show ip source-and-port-range-check vrf 99 1.1.1.1 set ip source-and-port-range-check 1.1.1.0/24 range 4000 - 5000 vrf 99 @@ -57,4 +57,4 @@ set ip source-and-port-range-check 1.1.2.0/24 range 4000 - 5000 vrf 99 del show ip source-and-port-range-check vrf 99 1.1.2.1 -tr add pg-input 100 +trace add pg-input 100 diff --git a/src/scripts/vnet/speed b/src/scripts/vnet/speed index eecc1d3d1e9..2c7691f1548 100644 --- a/src/scripts/vnet/speed +++ b/src/scripts/vnet/speed @@ -10,5 +10,5 @@ packet-generator new { \ } \ } -tr add pg-input 100 +trace add pg-input 100 ip route 5.6.7.8/32 via pg/stream-0 000102030405060708090a0b0c0d diff --git a/src/scripts/vnet/srp b/src/scripts/vnet/srp index d77b0bd27a8..e32af9f56d4 100644 --- a/src/scripts/vnet/srp +++ b/src/scripts/vnet/srp @@ -15,7 +15,7 @@ packet-generator new { \ } \ } -tr add pg-input 100 +trace add pg-input 100 set int state fake-srp0 up set int state fake-srp1 up diff --git a/src/scripts/vnet/urpf b/src/scripts/vnet/urpf index 48855e4b165..c2fecf7c44f 100644 --- a/src/scripts/vnet/urpf +++ b/src/scripts/vnet/urpf @@ -64,7 +64,7 @@ packet-generator new { \ } \ } -tr add pg-input 100 +trace add pg-input 100 set int ip addr pg0 10.10.11.10/24 diff --git a/src/scripts/vnet/vlan b/src/scripts/vnet/vlan index 130027b4b32..a8b98f7035a 100644 --- a/src/scripts/vnet/vlan +++ b/src/scripts/vnet/vlan @@ -17,6 +17,6 @@ packet-generator new { \ } \ } -tr add pg-input 100 +trace add pg-input 100 ip route 5.6.7.8/32 via local ip route 1.2.3.4/32 via local |