From 247ae24d08fa0c695b13ea29dad5294b0e3fa418 Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori Date: Fri, 23 Jan 2015 15:32:30 +0900 Subject: table: rename Time in Path to Age More appropriate. Signed-off-by: FUJITA Tomonori --- cli/gobgpcli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/gobgpcli') diff --git a/cli/gobgpcli b/cli/gobgpcli index 0656c290..15b3f75e 100755 --- a/cli/gobgpcli +++ b/cli/gobgpcli @@ -242,7 +242,7 @@ class Show(object): if timestamp: f = "{:2s} {:18s} {:15s} {:10s} {:10s} {:s}" - print(f.format("", "Network", "Next Hop", "AS_PATH", "Time", "Attrs")) + print(f.format("", "Network", "Next Hop", "AS_PATH", "Age", "Attrs")) else: f = "{:2s} {:18s} {:15s} {:10s} {:s}" print(f.format("", "Network", "Next Hop", "AS_PATH", "Attrs")) @@ -274,7 +274,7 @@ class Show(object): else: header = "" if timestamp: - print(f.format(header, p["Network"], p["Nexthop"], AS, self.format_timedelta(p["Time"]), self._format_attrs(p["Attrs"]))) + print(f.format(header, p["Network"], p["Nexthop"], AS, self.format_timedelta(p["Age"]), self._format_attrs(p["Attrs"]))) else: print(f.format(header, p["Network"], p["Nexthop"], AS, self._format_attrs(p["Attrs"]))) -- cgit v1.2.3