diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-05-03 10:47:40 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-05-03 10:47:40 +0200 |
commit | 1de9ca2de54d8f57557c4a4fa5994bac8ddec2fd (patch) | |
tree | 847f81dab93c9325f660f25481133eec859ce8b9 /sys/src/9/ip/netlog.c | |
parent | 299cf4e4b9af90497a9ac1b9da0334f51a2d183f (diff) |
bring back il protocol support
Diffstat (limited to 'sys/src/9/ip/netlog.c')
-rw-r--r-- | sys/src/9/ip/netlog.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/src/9/ip/netlog.c b/sys/src/9/ip/netlog.c index afce44d0d..19f13f408 100644 --- a/sys/src/9/ip/netlog.c +++ b/sys/src/9/ip/netlog.c @@ -39,10 +39,12 @@ static Netlogflag flags[] = { "ppp", Logppp, }, { "ip", Logip, }, { "fs", Logfs, }, + { "il", Logil, }, { "tcp", Logtcp, }, { "icmp", Logicmp, }, { "udp", Logudp, }, { "compress", Logcompress, }, + { "logilmsg", Logilmsg, }, { "gre", Loggre, }, { "tcpwin", Logtcp|Logtcpwin, }, { "tcprxmt", Logtcp|Logtcprxmt, }, |