New upstream version 18.02
[deb_dpdk.git] / examples / ip_pipeline / config / edge_router_downstream.sh
1 #
2 # run ./config/edge_router_downstream.sh
3 #
4
5 ################################################################################
6 # Routing: Ether QinQ, ARP off
7 ################################################################################
8 p 1 route add default 4 #SINK0
9 p 1 route add 0.0.0.0 10 port 0 ether a0:b0:c0:d0:e0:f0 qinq 256 257
10 p 1 route add 0.64.0.0 10 port 1 ether a1:b1:c1:d1:e1:f1 qinq 258 259
11 p 1 route add 0.128.0.0 10 port 2 ether a2:b2:c2:d2:e2:f2 qinq 260 261
12 p 1 route add 0.192.0.0 10 port 3 ether a3:b3:c3:d3:e3:f3 qinq 262 263
13 #p 1 route ls