Glen Harmon
Glen Harmon
# Environment * OS: RedHat 7.6 (no internet access) * Python: 3.6.8 * Pip: 19.3.1 * Tenacity: 6.0.0 * setuptools_scm: 3.3.3 # Reproduce ```shell $ virtualenv-3 /home/user/virtualenv/test -p python3.6 --clear...
What system did you try to reproduce on? Avoiding a pip deep dive to find the root cause, would it hurt anything to just add the name to the `setup.py`...
Your worries are well founded. I did some more testing after installing the patch I described above. TLDR; Pip on Linux says all is good, but the install does not...
AsyncSSH 1.18 is also throwing security alerts from pyup. Reproduce on windows: ```shell python -m venv .venv\ .venv\Scripts\activate.bat pip install -U pip pip install -U wheel pip install netdev pip...
Pushed [v2.37.0](https://github.com/heyglen/network_tech/blob/master/messages/2.37.0.md) with some of these added. Thanks for reporting. Happy Easter.
Banner login added in [2.38.0](https://github.com/heyglen/network_tech/releases/tag/2.38.0)
That would be great, please do.
I have created a [contribution guide](https://network-tech.readthedocs.io/en/latest/src/contribute/) as a start. I am unsure what information you need. I will add or adjust it with your feedback.
There is some supported IP SLA commands in the [IOS syntax](https://github.com/heyglen/network_tech/blob/master/tests/syntax_test_cisco_ios.cisco-ios#L969-L988): ``` ip sla 1 icmp-echo 10.0.0.1 source-ip 192.100.0.0 icmp-echo 10.0.0.1 source-ip 1::1 icmp-echo 10.0.0.1 source-interface Tunnel123 icmp-echo 0:0:0:1::1 source-interface...
Added UDP Jitter & Timeout in 2.37.0. [This Command Reference](https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipsla/command/sla-cr-book/sla_s2.html#wp3793668867) claims the tag name should be 0-16 characters, can you double check?