]> git.puffer.fish Git - matthieu/frr.git/commit
lib: Ported 'no (enable) password' from stable/3.0
authorPascal Mathis <mail@pascalmathis.com>
Fri, 11 May 2018 00:54:30 +0000 (02:54 +0200)
committerPascal Mathis <mail@pascalmathis.com>
Fri, 11 May 2018 00:54:30 +0000 (02:54 +0200)
commit322e2d5c694449ee604c339abb0e9fc14babdc45
treee01e1593b288d4d2f6b9d2304f8465e243cd9793
parent3dc755e492093c42d0983620da810893c413c533
lib: Ported 'no (enable) password' from stable/3.0

The pull request #1545 from @donaldsharp introduced the command 'no
password' to remove an existing terminal connection password.
Additionally, warnings have been added to both 'no password' and 'no
enable password' to make the user aware of any security implications.

It seems that this specific pull request was never merged against master
and got lost. This commit is a cherry-pick of d4961273cb with fixed
conflicts and updated documentation.

Thanks to @donaldsharp and @pogojotz for the original PR.

Signed-off-by: Pascal Mathis <mail@pascalmathis.com>
doc/user/basic.rst
lib/command.c
vtysh/vtysh.c