FreeBSD Bugzilla – Attachment 9241 Details for
Bug 18992
log packets blocked by filter rules
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.61 KB, created by
loughry
on 2000-06-03 21:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
loughry
Created:
2000-06-03 21:50:01 UTC
Size:
2.61 KB
patch
obsolete
>*** log.h.OLD Sat Jun 3 14:27:50 2000 >--- log.h Sat Jun 3 14:28:04 2000 >*************** >*** 28,57 **** > > #define LogMIN (1) > #define LogASYNC (1) /* syslog(LOG_INFO, ....) */ >! #define LogCBCP (2) >! #define LogCCP (3) >! #define LogCHAT (4) >! #define LogCOMMAND (5) >! #define LogCONNECT (6) >! #define LogDEBUG (7) /* syslog(LOG_DEBUG, ....) */ >! #define LogDNS (8) >! #define LogHDLC (9) >! #define LogID0 (10) >! #define LogIPCP (11) >! #define LogLCP (12) >! #define LogLQM (13) >! #define LogPHASE (14) >! #define LogPHYSICAL (15) /* syslog(LOG_INFO, ....) */ >! #define LogSYNC (16) /* syslog(LOG_INFO, ....) */ >! #define LogTCPIP (17) >! #define LogTIMER (18) /* syslog(LOG_DEBUG, ....) */ >! #define LogTUN (19) /* If set, tun%d is output with each message */ >! #define LogWARN (20) /* Sent to VarTerm else syslog(LOG_WARNING, ) */ >! #define LogERROR (21) /* syslog(LOG_ERR, ....), + sent to VarTerm */ >! #define LogALERT (22) /* syslog(LOG_ALERT, ....) */ > >! #define LogMAXCONF (19) >! #define LogMAX (22) > > struct mbuf; > struct cmdargs; >--- 28,58 ---- > > #define LogMIN (1) > #define LogASYNC (1) /* syslog(LOG_INFO, ....) */ >! #define LogBLOCKED (2) >! #define LogCBCP (3) >! #define LogCCP (4) >! #define LogCHAT (5) >! #define LogCOMMAND (6) >! #define LogCONNECT (7) >! #define LogDEBUG (8) /* syslog(LOG_DEBUG, ....) */ >! #define LogDNS (9) >! #define LogHDLC (10) >! #define LogID0 (11) >! #define LogIPCP (12) >! #define LogLCP (13) >! #define LogLQM (14) >! #define LogPHASE (15) >! #define LogPHYSICAL (16) /* syslog(LOG_INFO, ....) */ >! #define LogSYNC (17) /* syslog(LOG_INFO, ....) */ >! #define LogTCPIP (18) >! #define LogTIMER (19) /* syslog(LOG_DEBUG, ....) */ >! #define LogTUN (20) /* If set, tun%d is output with each message */ >! #define LogWARN (21) /* Sent to VarTerm else syslog(LOG_WARNING, ) */ >! #define LogERROR (22) /* syslog(LOG_ERR, ....), + sent to VarTerm */ >! #define LogALERT (23) /* syslog(LOG_ALERT, ....) */ > >! #define LogMAXCONF (20) >! #define LogMAX (23) > > struct mbuf; > struct cmdargs;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 18992
:
9240
| 9241 |
9242