summaryrefslogtreecommitdiffstats
path: root/bin/rancid.in
diff options
context:
space:
mode:
Diffstat (limited to 'bin/rancid.in')
-rwxr-xr-xbin/rancid.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/rancid.in b/bin/rancid.in
index 45a8563..811cf37 100755
--- a/bin/rancid.in
+++ b/bin/rancid.in
@@ -887,6 +887,8 @@ sub WriteTerm {
/^\s*neighbor (\S*) password / &&
ProcessHistory("","","","! neighbor $1 password <removed>\n") &&
next;
+ /^(ppp .* password) 7 .*/ &&
+ ProcessHistory("","","","!$1 <removed>\n") && next;
/^(ip ftp password) / &&
ProcessHistory("","","","!$1 <removed>\n") && next;
/^( ip ospf authentication-key) / &&