Skip to content

Commit

Permalink
change default local addr
Browse files Browse the repository at this point in the history
Signed-off-by: Peng Xiao <xiaoquwl@gmail.com>
  • Loading branch information
xiaopeng163 committed Mar 22, 2017
1 parent bbd55f5 commit 13b8adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yabgp/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
cfg.IPOpt('remote_addr',
help='The remote address of the peer'),
cfg.IPOpt('local_addr',
default='127.0.0.1',
default='0.0.0.0',
help='The local address of the BGP'),
cfg.StrOpt('md5',
help='The MD5 string use to auth',
Expand Down

0 comments on commit 13b8adb

Please sign in to comment.