2024-09-27 07:37:41,860 INFO BGP-Thread-1: Connecting in the talking mode. 2024-09-27 07:37:41,861 DEBUG BGP-Thread-1: Local IP address: 127.0.0.3 2024-09-27 07:37:41,861 DEBUG BGP-Thread-1: Local port: 17900 2024-09-27 07:37:41,861 DEBUG BGP-Thread-1: Remote IP address: 10.30.170.229 2024-09-27 07:37:41,861 DEBUG BGP-Thread-1: Remote port: 1790 2024-09-27 07:37:41,862 INFO BGP-Thread-1: Connected to ODL. 2024-09-27 07:37:41,864 ERROR BGP-Thread-1: Message length (21) is smaller than minimal length of OPEN message with 4-byte AS number (37): ffffffffffffffffffffffffffffffff0015030605 Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner self.run() File "/usr/lib/python3.8/threading.py", line 870, in run self._target(*self._args, **self._kwargs) File "play.py", line 2411, in job msg_in = read_open_message(bgp_socket) File "play.py", line 375, in read_open_message raise MessageError(error_msg, msg_in) __main__.MessageError: Message length (21) is smaller than minimal length of OPEN message with 4-byte AS number (37): ffffffffffffffffffffffffffffffff0015030605 Traceback (most recent call last): File "play.py", line 2543, in threaded_job(arguments) File "play.py", line 2537, in threaded_job rpcserver.serve_forever() File "/usr/lib/python3.8/socketserver.py", line 232, in serve_forever ready = selector.select(poll_interval) File "/usr/lib/python3.8/selectors.py", line 415, in select fd_event_list = self._selector.poll(timeout) KeyboardInterrupt