summaryrefslogtreecommitdiff
path: root/tests/ipv6-srh-ipproto-ether-v.out
Commit message (Collapse)AuthorAgeFilesLines
* RT6: Update some printings for coherencyFrancois-Xavier Le Bail2020-09-101-1/+1
| | | | | | | | | | | | | | | s/srcrt/RT6/ In upper case (like 'IP6'), via a nd_print_protocol_caps() call. Before: srcrt (len=48, type=0, segleft=48 [|rt6] After: RT6 (len=48, type=0, segleft=48 [|rt6] rt6 choosen because it's in file name (print-rt6.c), function name (rt6_print) and set in ndo->ndo_protocol ("rt6"). Moreover: Print the protocol name even if the packet is truncated at the beginning. Use nd_print_trunc().
* SRv6: Add a test output without '-e'Francois-Xavier Le Bail2020-08-071-0/+1
This is a follow-up to commit 1103418a18d71c0fe448c0459a42ff1bc20bb0dc.