summaryrefslogtreecommitdiff
path: root/tests/bgp-shutdown-communication.out
Commit message (Collapse)AuthorAgeFilesLines
* Use UTC/GMT time when building/checking tests filesFrancois-Xavier Le Bail2018-08-091-2/+2
| | | | | | | | | | | | | This will avoid some differences when checking in different time zones. We now run the tests without the '-t' option. This will allow to get problems/changes in time printing functions. Update the output of the tests accordingly. Moreover: Add the '-#' option to better identify a packet when there is a difference in output.
* Add support to decode a BGP Shutdown CommunicationJob Snijders2017-04-171-0/+6
The draft-ietf-idr-shutdown-07 document specifies a mechanism to transmit a short free form UTF-8 [RFC3629] message as part of a Cease NOTIFICATION message [RFC4486] to inform the peer why the BGP session is being shutdown or reset. Hat tip to Peter van Dijk <peter.van.dijk@powerdns.com>