diff options
author | Naoto Hanaue <hanaue.naoto@po.ntts.co.jp> | 2015-01-29 16:25:50 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-01-29 17:24:57 +0900 |
commit | ed699a962400b6c8703c2f435bd231eacc290222 (patch) | |
tree | 17f433c459559499266c2905171fa3b7415022fe /test/scenario_test/exabgp_test_conf/gobgpd.conf | |
parent | 0e4fe0c5f3bacac5f056f481bd143b202a3b71db (diff) |
scenario_test: add new test case to malformed test
Diffstat (limited to 'test/scenario_test/exabgp_test_conf/gobgpd.conf')
-rw-r--r-- | test/scenario_test/exabgp_test_conf/gobgpd.conf | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/test/scenario_test/exabgp_test_conf/gobgpd.conf b/test/scenario_test/exabgp_test_conf/gobgpd.conf index 31c37640..27da5ba7 100644 --- a/test/scenario_test/exabgp_test_conf/gobgpd.conf +++ b/test/scenario_test/exabgp_test_conf/gobgpd.conf @@ -73,6 +73,70 @@ EstablishedCount = 0 DroppedCount = 0 +[[NeighborList]] + NeighborAddress = "10.0.0.1" + PeerAs = 65001 + Description = "" + AuthPassword = "hoge1" + PeerType = 0 + RemovePrivateAs = 0 + RouteFlapDamping = false + [NeighborList.RouteSelectionOptions] + AlwaysCompareMed = false + IgnoreAsPathLength = false + ExternalCompareRouterId = false + AdvertiseInactiveRoutes = false + EnableAigp = false + [NeighborList.UseMultiplePaths] + [NeighborList.UseMultiplePaths.Ebgp] + AllowMultipleAs = false + MaximumPaths = 0 + [NeighborList.UseMultiplePaths.Ibgp] + MaximumPaths = 0 + [NeighborList.UseMultiplePaths.Eibgp] + MaximumPaths = 0 + [NeighborList.GracefulRestart] + RestartTime = 0 + StaleRoutesTime = 0.0 + [NeighborList.ApplyPolicy] + [NeighborList.Timers] + ConnectRetry = 0.0 + HoldTime = 0.0 + KeepaliveInterval = 0.0 + MinimumAdvertisementInterval = 0.0 + SendUpdateDelay = 0.0 + [NeighborList.EbgpMultihop] + MultihopTtl = 0 + [NeighborList.RouteReflector] + RouteReflectorClusterId = 0 + RouteReflectorClient = false + [NeighborList.BgpLoggingOptions] + LogNeighborStateChanges = false + [NeighborList.TransportOptions] + TcpMss = 0 + MtuDiscovery = false + PassiveMode = false + [NeighborList.BgpNeighborCommonState] + State = 0 + Uptime = 0001-01-01T00:00:00Z + OpenIn = 0 + OpenOut = 0 + UpdateIn = 0 + UpdateOut = 0 + UpdateRecvTime = 0001-01-01T00:00:00Z + KeepaliveIn = 0 + KeepaliveOut = 0 + NotifyIn = 0 + NotifyOut = 0 + RefreshIn = 0 + RefreshOut = 0 + DynamicCapIn = 0 + DynamicCapOut = 0 + TotalIn = 0 + TotalOut = 0 + EstablishedCount = 0 + DroppedCount = 0 + [Policy] [Policy.DefinedSets] [Policy.PolicyDefinitions] |