Commit Graph

4 Commits

Author SHA1 Message Date
Francois-Xavier Le Bail
2041ec98bd IPv6: Add a missing comma and remove a colon in the output
Comma between 'next header' and 'payload length'.
Colon after 'payload length'.

It is a follow-up to commit b348069d2b
where the comma was wrongly removed.
2024-09-03 07:48:44 +00:00
Francois-Xavier Le Bail
9939a0ff90 tests: Use -tttt option for most tests
This change adds:
year-month-day to the hours:minutes:secondes.{microseconds|nanoseconds}.

It allows to catch more issues with timestamps processing.

For some test using their own display time options, use 'SPECIAL_t' in
options.
2024-03-11 22:12:38 -07:00
Denis Ovsienko
19fe0351f2 BFD: Refine the previous commit.
Spell acronyms as they appear in respective specifications, fix a
reference in a comment, add a change log entry and update some tests.
2021-02-16 00:59:17 +00:00
Bill Fenner
6c002d33c0 BFD: add SBFD support (RFC7880 and RFC7881)
Add support for SBFD on UDP port 7784.  SBFD is different
in that packets from the reflector will be sent with *source*
port 7784; in all other BFD mechanisms, it is only the
destination port that matters.  For SBFD print-udp.c has to
check both source and destination port.
2021-02-14 15:08:33 +00:00