diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-03-05 22:46:37 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-03-05 22:46:37 +0900 |
commit | 216e376c34ae38acaff3d01c22ce2eb2f1bc4a08 (patch) | |
tree | 5d2d8a12fa194efd4764e55ebb2a5db968d27322 /tools | |
parent | f73800f084c9e18d7c5e031a257e965f35609de7 (diff) |
tools: update example_toml.go for route family configuraiton
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/config/example_toml.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/config/example_toml.go b/tools/config/example_toml.go index 2d556637..003e9897 100644 --- a/tools/config/example_toml.go +++ b/tools/config/example_toml.go @@ -19,6 +19,7 @@ func main() { PeerAs: 12333, NeighborAddress: net.ParseIP("192.168.177.32"), AuthPassword: "apple", + AfiSafiList: []config.AfiSafi{config.AfiSafi{AfiSafiName: "ipv4-unicast"}, config.AfiSafi{AfiSafiName: "ipv6-unicast"}}, }, config.Neighbor{ PeerAs: 12334, |