summaryrefslogtreecommitdiff
path: root/tests/bgp-addpath.out
Commit message (Collapse)AuthorAgeFilesLines
* Use UTC/GMT time when building/checking tests filesFrancois-Xavier Le Bail2018-08-091-1/+1
| | | | | | | | | | | | | 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.
* fixed indentation in bgp-addpath test, and added extra detail that is output ↵David Cronin2017-11-111-28/+28
| | | | in bgp-as-path-oobr-ssl and bgp-as-path-oobr-nossl
* Added ability to decode bgp add-path for updated and withdrawn routes for ↵David Cronin2017-11-111-0/+30
ipv4 and ipv6. Since there is no flag to signal that a message contains add-path content, a heuristic approach is taken where we assume an add-path format if an add-path message is sensible and that standard bgp is not. In this way we will only display as add-path if displaying as regular bgp was in some way incorrect anyway. Also modified bgp_update_print to correctly decode withdrawn routes as IPv4 as IPv6 routes are always in MP_UNREACH_NLRI.