Stephan Jaekel
Stephan Jaekel
This PR adds the option to hide specific interfaces based on their name. We use this to hide virtual interfaces like me0 or fxp0 in Juniper devices. Might be helpful...
The SROS platform uses multiple configuration regions for the device configuration. There is the general configuration (`configure`) and two other configuration regions for boot options (`bof`) and lawful intercept (`li`)....
##### SUMMARY We try to configure an interface before it is available (by plugging an SFP). This is a standard feature according to https://community.juniper.net/communities/community-home/digestviewer/viewthread?MID=72732 and other sources. The `junos_interfaces` module...
ncclient has a special device handler for netconf. This change makes sure that Ansible passes the correct device param when initializing the ncclient Manager instance. This shouldn't lead to any...