summaryrefslogtreecommitdiffstats
path: root/bin/rancid.in
diff options
context:
space:
mode:
authorTar Committer <tar@ocjtech.us>2001-10-16 03:14:40 +0000
committerTar Committer <tar@ocjtech.us>2001-10-16 03:14:40 +0000
commitb0d71377c1854271b4511488422427f73d9473d1 (patch)
tree4f4efba2179225c53238aa53e933ba81100cad81 /bin/rancid.in
parent10cc9157892d7902dddde70a5b9b2046d0c376ea (diff)
downloadrancid-b0d71377c1854271b4511488422427f73d9473d1.tar.gz
rancid-b0d71377c1854271b4511488422427f73d9473d1.tar.xz
rancid-b0d71377c1854271b4511488422427f73d9473d1.zip
Imported from rancid-2.2b8.tar.gz.rancid-2.2b8
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) / &&