summaryrefslogtreecommitdiffstats
path: root/bin/jrancid.in
diff options
context:
space:
mode:
authorTar Committer <tar@ocjtech.us>2002-08-09 21:59:06 +0000
committerTar Committer <tar@ocjtech.us>2002-08-09 21:59:06 +0000
commitff168ecfe045c690c24d5bbc5a3062bf9d64120c (patch)
treea480f841453c9e22b6fd9ad4a54d1c9d5dbfabf6 /bin/jrancid.in
parentafcac75e572bcdd3cf269b921b7e8324aa5ffd4c (diff)
downloadrancid-ff168ecfe045c690c24d5bbc5a3062bf9d64120c.tar.gz
rancid-ff168ecfe045c690c24d5bbc5a3062bf9d64120c.tar.xz
rancid-ff168ecfe045c690c24d5bbc5a3062bf9d64120c.zip
Imported from rancid-2.2.2.tar.gz.rancid-2.2.2
Diffstat (limited to 'bin/jrancid.in')
-rwxr-xr-xbin/jrancid.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/jrancid.in b/bin/jrancid.in
index 4eb6ee3..238e704 100755
--- a/bin/jrancid.in
+++ b/bin/jrancid.in
@@ -329,6 +329,7 @@ sub ShowSystemBootMessages {
/^\s+\^/ && return;
/syntax error/ && return;
/^JUNOS / && <INPUT> && next;
+ /^Timecounter "TSC" / && next;
/^real memory / && next;
/^avail memory / && next;
/^\/dev\// && next;
@@ -386,6 +387,9 @@ sub ShowConfiguration {
if (/(\s*authentication-key ).*$/ && $filter_pwds >= 1) {
s/(\s*authentication-key ).*$/#$1<removed>;/;
}
+ if (/(\s*hello-authentication-key ).*$/ && $filter_pwds >= 1) {
+ s/(\s*hello-authentication-key ).*$/#$1<removed>;/;
+ }
if (/^(.*\ssecret \")\$9\$.*(\".*)$/ && $filter_pwds >= 1) {
s/^(.*\ssecret \")\$9\$.*(\".*)$/#$1<removed>$2/;
}