summaryrefslogtreecommitdiff
path: root/resource/table_info.conf
blob: bce9ca645ca8b99eef27f0fae61df8d1d0bf7ff4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[
    {
        "table_id":0,
        "table_name":"SERVICE_CHAINING_RULE",
        "table_type":"plugin",
        "custom":{
            "key_type":"pointer",
            "key_name":"uuid"
        }
    },
    {
        "table_id":1,
        "table_name":"SERVICE_FUNCTION_FORWARDER",
        "table_type":"plugin",
        "custom":{
            "key_type":"pointer",
            "key_name":"uuid"
        }
    },
    {
        "table_id":2,
        "table_name":"SERVICE_FUNCTION",
        "table_type":"plugin",
        "custom":{
            "key_type":"pointer",
            "key_name":"uuid"
        }
    }
]