kbandla / dpkt

fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols
Other
1.09k stars 270 forks source link

BGP: add support for MPReachNLRI next hop list and IP6 #487

Closed amgadhanafy closed 4 years ago

amgadhanafy commented 4 years ago
coveralls commented 4 years ago

Coverage Status

Coverage increased (+0.2%) to 89.45% when pulling f7ac38cfe5bb90bd17dbff7de8f01b2b4a73922f on amgadhanafy:fix-#485 into 77d7bfc05b2a3ad944f37aac3b4d82d411701906 on kbandla:master.

obormot commented 4 years ago
  • Introduce next_hop property (for cases where there are >1 next_hop ) ...
  • Keep older next_hop property for backward compatibility

Looking at the diff I think this description needs to be updated (e.g. the existing next_hop attribute is changed into a list, breaking backward compatibility).

amgadhanafy commented 4 years ago
  • Introduce next_hop property (for cases where there are >1 next_hop ) ...
  • Keep older next_hop property for backward compatibility

Looking at the diff I think this description needs to be updated (e.g. the existing next_hop attribute is changed into a list, breaking backward compatibility).

fixed