Platform agnostic module for VRFs (#25383)

* WIP VRF platform agnostic module

* Fixed examples refering vlans instead of vrfs

* Add integration tests
This commit is contained in:
Ricardo Carrillo Cruz
2017-06-09 13:33:11 +02:00
committed by GitHub
parent d83f254bb6
commit 72e65e4290
9 changed files with 246 additions and 0 deletions

View File

@@ -13,3 +13,4 @@
- { role: net_command, when: "limit_to in ['*', 'net_command']" }
- { role: net_user, when: "limit_to_in ['*', 'net_user']" }
- { role: net_vlan, when: "limit_to in ['*', 'net_vlan']" }
- { role: net_vrf, when: "limit_to_in ['*', 'net_vrf']" }