]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ping: split the visual part of -f into a new option -.
authorPiotr Pawel Stefaniak <pstef@FreeBSD.org>
Mon, 11 Apr 2022 14:58:24 +0000 (16:58 +0200)
committerPiotr Pawel Stefaniak <pstef@FreeBSD.org>
Mon, 18 Apr 2022 16:10:50 +0000 (18:10 +0200)
commitd399eb3ef7f8a8189b73d179e07119b30127efb9
tree8c594b9ee8aa60dc3f46457e4bce1e7ecfba97cd
parent0a5c04a8926e0418c556dfb65efbb24b3bf41dd0
ping: split the visual part of -f into a new option -.

After this, we'll be able to ping a host and not spam the terminal, and
no flooding will have to be involved. I've been doing this under Linux
as ping -fi1 host.

Reviewed by: rpokala, Pau Amma
Differential Revision: https://reviews.freebsd.org/D34882
sbin/ping/main.h
sbin/ping/ping.8
sbin/ping/ping.c
sbin/ping/ping6.c