Update SSH policy scripts with new events.

This commit is contained in:
Vlad Grigorescu 2015-03-16 13:50:43 -04:00
parent 370f4f2179
commit 8218461d35
4 changed files with 9 additions and 9 deletions

View file

@ -58,12 +58,12 @@ export {
}
redef record Info += {
## This connection has been logged (internal use)
# This connection has been logged (internal use)
logged: bool &default=F;
## Number of failures seen (internal use)
# Number of failures seen (internal use)
num_failures: count &default=0;
## Store capabilities from the first host for
## comparison with the second (internal use)
# Store capabilities from the first host for
# comparison with the second (internal use)
capabilities: Capabilities &optional;
};