mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
Ticket: CM-9105 Reviewed By: dsa, nikhil, julien Testing Done: This commit contains: - few logic fixes in vrf-table auto handling code - adds a new policy manager api to read module global attributes like the below: "module_globals": {"vrf_table-id-start" : 1001, "vrf_table-id-end" : 5000, "vrf-max-count" : 64 }, "vrf-cgroup-create" : "yes" }, - Accepts following new vrf attributes from policy files { "vrf": { "module_globals": {"vrf_table-id-start" : 1001, "vrf_table-id-end" : 5000, "vrf-max-count" : 64 }, "vrf-cgroup-create" : "yes" }, "defaults": { "vrf-default-route": "yes" } } }