1
0
mirror of https://github.com/cmand/yarrp.git synced 2024-05-11 05:55:06 +00:00

Document IPv6 granularity option

This commit is contained in:
Robert Beverly
2021-10-08 08:56:25 -07:00
parent d07bc2c69d
commit fa62a91c66

View File

@ -37,6 +37,7 @@
.Op Fl I Ar interface
.Op Fl M Ar src_mac
.Op Fl G Ar dst_mac
.Op Fl g Ar v6_gran
.Op Fl X Ar v6_eh
.Op Ar subnet(s)
.Sh DESCRIPTION
@ -126,6 +127,8 @@ set probe type: ICMP6, UDP6, TCP6_SYN, TCP6_ACK (required)
MAC address of source (required if auto discovery fails)
.It Fl G Ar dst_mac
MAC address of gateway router (required if auto discovery fails)
.It Fl g Ar v6_gran
Granularity at which to probe input IPv6 prefixes (default: /50)
.It Fl X Ar v6_eh
Set extension header type to add (default: none)
.El