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/quagga.conf | |
parent | 0e4fe0c5f3bacac5f056f481bd143b202a3b71db (diff) |
scenario_test: add new test case to malformed test
Diffstat (limited to 'test/scenario_test/exabgp_test_conf/quagga.conf')
-rw-r--r-- | test/scenario_test/exabgp_test_conf/quagga.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/scenario_test/exabgp_test_conf/quagga.conf b/test/scenario_test/exabgp_test_conf/quagga.conf new file mode 100644 index 00000000..03f43202 --- /dev/null +++ b/test/scenario_test/exabgp_test_conf/quagga.conf @@ -0,0 +1,7 @@ +hostname bgpd +password zebra +router bgp 65001 +bgp router-id 192.168.0.1 +network 192.168.1.0/24 +neighbor 10.0.255.1 remote-as 65000 +neighbor 10.0.255.1 password hoge1
\ No newline at end of file |