Juniper / puppet-netdev-stdlib-junos

Junos specific Provider code for "netdev_stdlib". Netdev is a vendor-neutral network abstraction framework developed by Juniper Networks and contributed freely to the DevOps community.
Apache License 2.0
25 stars 14 forks source link

Interface properties #29

Closed mahant3sh closed 5 years ago

mahant3sh commented 5 years ago

The interface properties, speed and duplex mode, are not configurable on certain platforms. 1) Introduced a facts file to enable/disable configurations. 2) Modified interface code to check with facts before configuring these properties.