From 69cffeb94386911fb47f5d043bfdf09a61091d42 Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori Date: Tue, 3 Mar 2015 11:37:05 +0900 Subject: config: remove time.Time in BgpNeighborCommonStateType This is part of work to remove time.Time in bgp_config.go since no nice way to represent time.Time with yang. We replace time.Time with int64. Signed-off-by: FUJITA Tomonori --- test/scenario_test/exabgp_test_conf/gobgpd.conf | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/scenario_test/exabgp_test_conf/gobgpd.conf') diff --git a/test/scenario_test/exabgp_test_conf/gobgpd.conf b/test/scenario_test/exabgp_test_conf/gobgpd.conf index 27da5ba7..aa4c5d78 100644 --- a/test/scenario_test/exabgp_test_conf/gobgpd.conf +++ b/test/scenario_test/exabgp_test_conf/gobgpd.conf @@ -59,7 +59,6 @@ OpenOut = 0 UpdateIn = 0 UpdateOut = 0 - UpdateRecvTime = 0001-01-01T00:00:00Z KeepaliveIn = 0 KeepaliveOut = 0 NotifyIn = 0 @@ -123,7 +122,6 @@ OpenOut = 0 UpdateIn = 0 UpdateOut = 0 - UpdateRecvTime = 0001-01-01T00:00:00Z KeepaliveIn = 0 KeepaliveOut = 0 NotifyIn = 0 -- cgit v1.2.3