Skip to content

Commit

Permalink
Fixes #1276: Set helloMaxAgeSeconds to 10 so that routers don't drop …
Browse files Browse the repository at this point in the history
…neighbors immediately (#1277)
  • Loading branch information
ganeshmurthy authored Oct 25, 2023
1 parent a3a0045 commit d50e3c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system_tests_tcp_adaptor.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ def router(name, mode, connection, extra=None, ssl=False, encapsulation="legacy"
'encapsulation': encapsulation,
'siteId': cls.site}
if mode == "interior":
router_dict = {'mode': mode, 'id': name, 'dataConnectionCount': '4'}
router_dict = {'mode': mode, 'id': name, 'dataConnectionCount': '4', "helloMaxAgeSeconds": '10'}
else:
router_dict = {'mode': mode, 'id': name}
config = [
Expand Down

0 comments on commit d50e3c3

Please sign in to comment.