Skip to content
  • Sebastian Lohff's avatar
    Accept all rfc4486 bgp error codes (#264) · 573ae6bc
    Sebastian Lohff authored
    * Accept all RFC4486 bgp error subcodes
    
    Bio-BGP used to only decode AdministrativeShut and AdministrativeReset
    error subcodes when error code "Cease" was sent by a BGP peer. Other BGP
    packets could not be decoded. With this commit Bio-BGP accepts and
    decodes all error codes defined in RFC4486.
    
    * Set OtherConfigChange to value defined in RFC4486
    573ae6bc