From: shemminger Date: Tue, 7 Jun 2005 21:55:03 +0000 (+0000) Subject: These two ChangeSets are for iproute2; X-Git-Tag: ss050607~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e445765dcbbd0f65d0f39d66dbeaa75d3846541e;p=thirdparty%2Fiproute2.git These two ChangeSets are for iproute2; One adds timestamp option (-t) to ip's monitoring like `ip -t monitor` or `ip -t xfrm monitor`. This is commented by Jamal. The other is a minor fix for xfrm monitor. --- diff --git a/ChangeLog b/ChangeLog index e6f7875de..9d26815c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-06-07 Masahide NAKAMURA + + * [ip] show timestamp when using '-t' option. + * [ip] remove duplicated code for expired message of xfrm. + + 2005-03-30 Stephen Hemminger * include/linux/netfilter_ipv4/ip_tables.h dont include compiler.h