diff options
Diffstat (limited to 'ryu/services/protocols/bgp/bgp_sample_conf.py')
-rw-r--r-- | ryu/services/protocols/bgp/bgp_sample_conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ryu/services/protocols/bgp/bgp_sample_conf.py b/ryu/services/protocols/bgp/bgp_sample_conf.py index 61f203cc..cf20cce9 100644 --- a/ryu/services/protocols/bgp/bgp_sample_conf.py +++ b/ryu/services/protocols/bgp/bgp_sample_conf.py @@ -20,10 +20,10 @@ BGP = { '10.0.0.1': { 'remote_as': 64513, 'multi_exit_disc': 100 - }, + }, '10.10.0.2': { 'remote_as': 64514, - }, + }, }, 'networks': [ |