diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-03-03 11:37:05 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-03-03 11:37:05 +0900 |
commit | 69cffeb94386911fb47f5d043bfdf09a61091d42 (patch) | |
tree | dc88dbb0c5d4be9b6b1a0688beca934ed760d7f2 /test/scenario_test | |
parent | c6fc099c6a30e9cbea473fae5530d33bc6f6172b (diff) |
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 <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'test/scenario_test')
-rw-r--r-- | test/scenario_test/exabgp_test_conf/gobgpd.conf | 2 |
1 files changed, 0 insertions, 2 deletions
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 |