On 29Jan13, John Baldwin allegedly wrote: > A common use case I have at work is to find a busted connection using netstat > -n or sockstat and then want to tcpdrop it. However, tcpdrop requires spaces > between the address and port so I can't simply cut and paste from one > terminal > window into another to generate the tcpdrop command. This patch adds support > for having a decimal (netstat output) or colon (sockstat output)
Any thoughts on including '#' as a valid port delimiter? this is mentioned in http://tools.ietf.org/html/rfc5952 Section 6 as an (albeit lowly) option and it does have the benefit of avoiding both of the ip4v/v6 delimiters. Mark. _______________________________________________ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"