This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1c1 | |
< """Netmiko support for Extreme/Avaya Ethernet Routing Switch.""" | |
--- | |
> """Netmiko support for Extreme Ethernet Routing Switch.""" | |
6c6 | |
< # Extreme ERS presents Enter Ctrl-Y to begin and Ctrl-C to pass start-up menu. | |
--- | |
> # Extreme ERS presents Enter Ctrl-Y to begin. | |
8d7 | |
< CTRL_C = "\x63" |