diff options
author | wg <wg@FreeBSD.org> | 2013-09-11 06:44:04 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-09-11 06:44:04 +0800 |
commit | 70956901b87f797e408b5860148c4b8979b32fd4 (patch) | |
tree | ab6bf94561b2159dcf02463eba6373646a5aa540 /net-mgmt/Makefile | |
parent | 74fb232fba119227d49ae3b3dfca5ccf89f6143f (diff) | |
download | freebsd-ports-gnome-70956901b87f797e408b5860148c4b8979b32fd4.tar.gz freebsd-ports-gnome-70956901b87f797e408b5860148c4b8979b32fd4.tar.zst freebsd-ports-gnome-70956901b87f797e408b5860148c4b8979b32fd4.zip |
net-mgmt/omping: Tool to test IP multicast functionality
Omping (Open Multicast Ping) is tool to test IP multicast functionality
primarily in local network.
Features
* Similar user experience as classic ping tool
* Ping multiple hosts at once
* Implementation of RFC Draft draft-ietf-mboned-ssmping-08
* Any-source and Source-specific Multicast
WWW: https://fedorahosted.org/omping/
PR: ports/181979
Submitted by: Frank Wall <fw moov.de>
Diffstat (limited to 'net-mgmt/Makefile')
-rw-r--r-- | net-mgmt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 3cefa9c2199a..8872a112b2b3 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -188,6 +188,7 @@ SUBDIR += observium SUBDIR += ocsinventory-agent SUBDIR += ocsinventory-ng + SUBDIR += omping SUBDIR += openlldp SUBDIR += openvmps SUBDIR += ourmon |