summaryrefslogtreecommitdiffhomepage
path: root/test/scenario_test/exabgp_test_conf/gobgpd.conf
diff options
context:
space:
mode:
authorNaoto Hanaue <hanaue.naoto@po.ntts.co.jp>2015-01-22 16:14:37 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2015-01-22 20:31:35 +0900
commit3338cc7c8a914eb1fdde590ff916189766d43c46 (patch)
tree5ec94c215d84c1991c31cb96d324236704265c04 /test/scenario_test/exabgp_test_conf/gobgpd.conf
parentf988619c365f231b176eeb1f0d65d69017906c8c (diff)
scenario_test: add malformd packet test
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'test/scenario_test/exabgp_test_conf/gobgpd.conf')
-rw-r--r--test/scenario_test/exabgp_test_conf/gobgpd.conf78
1 files changed, 78 insertions, 0 deletions
diff --git a/test/scenario_test/exabgp_test_conf/gobgpd.conf b/test/scenario_test/exabgp_test_conf/gobgpd.conf
new file mode 100644
index 00000000..31c37640
--- /dev/null
+++ b/test/scenario_test/exabgp_test_conf/gobgpd.conf
@@ -0,0 +1,78 @@
+[Global]
+ As = 65000
+ RouterId = "192.168.255.1"
+ [Global.DefaultRouteDistance]
+ ExternalRouteDistance = 0
+ InternalRouteDistance = 0
+ [Global.Confederation]
+ Identifier = 0
+ [Global.BgpGlobalState]
+ StartTime = 0001-01-01T00:00:00Z
+
+[[NeighborList]]
+ NeighborAddress = "10.0.0.100"
+ PeerAs = 65100
+ Description = ""
+ AuthPassword = "hoge100"
+ 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]