diff options
author | Vadim Kochan <vadim4j@gmail.com> | 2014-12-23 00:13:58 +0200 |
---|---|---|
committer | Stephen Hemminger <shemming@brocade.com> | 2014-12-24 12:07:36 -0800 |
commit | 79aa79d0581cef6ddab635f7f2b88e81f920573a (patch) | |
tree | dd25df9badc7f76d5254c3e7c21e610e5de78530 /include/utils.h | |
parent | 3d0b7439dfac96d93386295a4c961b89bd3d8463 (diff) |
ip lib: Added shorter timestamp option
Added another timestamp format to look like more logging info:
[2014-12-22T22:36:50.489 ] 2: enp0s25: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default
link/ether 3c:97:0e:a3:86:2e brd ff:ff:ff:ff:ff:ff
Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
Diffstat (limited to 'include/utils.h')
-rw-r--r-- | include/utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/utils.h b/include/utils.h index eef9c42d..eecbc398 100644 --- a/include/utils.h +++ b/include/utils.h @@ -19,6 +19,7 @@ extern int show_raw; extern int resolve_hosts; extern int oneline; extern int timestamp; +extern int timestamp_short; extern char * _SL_; extern int max_flush_loops; extern int batch_mode; |