From e445765dcbbd0f65d0f39d66dbeaa75d3846541e Mon Sep 17 00:00:00 2001 From: shemminger Date: Tue, 7 Jun 2005 21:55:03 +0000 Subject: [PATCH] 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. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index e6f7875d..9d26815c 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