examples/pipeline: support hash functions
[dpdk.git] / examples / pipeline / examples / fib_routing_table.txt
1 ; SPDX-License-Identifier: BSD-3-Clause
2 ; Copyright(c) 2021 Intel Corporation
3
4 // VRF #0
5 match 0 0x00000000/0xC0000000 action nexthop_group_action nexthop_group_id 0
6 match 0 0x40000000/0xC0000000 action nexthop_group_action nexthop_group_id 1
7 match 0 0x80000000/0xC0000000 action nexthop_group_action nexthop_group_id 2
8 match 0 0xC0000000/0xC0000000 action nexthop_group_action nexthop_group_id 3
9
10 // VRF #1
11 match 1 0x00000000/0xC0000000 action nexthop_group_action nexthop_group_id 4
12 match 1 0x40000000/0xC0000000 action nexthop_group_action nexthop_group_id 5
13 match 1 0x80000000/0xC0000000 action nexthop_group_action nexthop_group_id 6
14 match 1 0xC0000000/0xC0000000 action nexthop_group_action nexthop_group_id 7
15
16 // VRF #2
17 match 2 0x00000000/0xC0000000 action nexthop_group_action nexthop_group_id 8
18 match 2 0x40000000/0xC0000000 action nexthop_group_action nexthop_group_id 9
19 match 2 0x80000000/0xC0000000 action nexthop_group_action nexthop_group_id 10
20 match 2 0xC0000000/0xC0000000 action nexthop_group_action nexthop_group_id 11
21
22 // VRF #3
23 match 3 0x00000000/0x00000000 action nexthop_group_action nexthop_group_id 4
24 match 3 0x80000000/0x80000000 action nexthop_group_action nexthop_group_id 5
25 match 3 0xC0000000/0xC0000000 action nexthop_group_action nexthop_group_id 6
26
27 // VRF #4
28 match 4 0x00000000/0x00000000 action nexthop_group_action nexthop_group_id 8
29 match 4 0x80000000/0x80000000 action nexthop_group_action nexthop_group_id 9
30 match 4 0xC0000000/0xC0000000 action nexthop_group_action nexthop_group_id 10