]> git.puffer.fish Git - mirror/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>
Tue, 29 May 2018 18:07:49 +0000 (20:07 +0200)
commit620ef7d7095767f273d02e1807f5f71240ab76fa
treea23633c813561cf3a68141b63ae8ee071f55f761
parent279dde85ba320ac7b724297dc906856749190ad8
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>
(cherry picked from commit 322e2d5c694449ee604c339abb0e9fc14babdc45)
doc/user/basic.rst
lib/command.c
vtysh/vtysh.c