summaryrefslogtreecommitdiffstats
path: root/routing/routing-api/src/main/yang/vpp-routing-table-lookup@2017-09-17.yang
blob: aaef97bd13895f93bf42fcb50519f603bb9cfe58 (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
module vpp-routing-table-lookup {

    namespace "urn:ietf:params:xml:ns:yang:vpp-routing-table-lookup";
    prefix "vpp-routing";

    import vpp-routing {
        prefix "vpp-r";
    }

    description "General extensions for routes to be able to use VPP table lookup option";

    revision 2017-09-17 {
        description "Initial revision";
    }

    grouping table-lookup-case-params {
        leaf secondary-vrf{
           type vpp-r:vni-reference;
           mandatory true;
           description "Secondary vrf used to lookup in";
        }
        // uses special deaggregation address every time : 0.0.0.0
    }

    //TODO - HONEYCOMB-398/HC2VPP-237 - move table lookup case here
}