Difference between revisions of "Garpd"

From Free Software Directory
Jump to: navigation, search
(New version)
(GPLv3orlater Copyright (C) 2010 Gluster, Inc. [garpd.c])
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=Garpd
 
|Name=Garpd
|Short description=GNU Gratuitous ARP Daemon
+
|Short description=GNU Gratuitous ARP Daemon.
 
|Full description=Broadcasts Gratuitous ARPs for a list of MAC address <-> IP address mappings on specified interfaces at regular intervals. A gratuitous ARP request is an AddressResolutionProtocol request packet where the source and destination IP are both set to the IP of the machine issuing the packet and the destination MAC is the broadcast address ff:ff:ff:ff:ff:ff. Ordinarily, no reply packet will occur. Gratuitous ARP reply is a reply to which no request has been made. Gratuitous ARPs are useful to update ARP tables of switches, routers and other hosts to route packets to a designated IP address. Garpd was developed as a part of [[GNU FreeIPMI]] project. Some of the IPMI implementations doesn't implement GARP broadcast functionality in their NICS. When the host OS is down and BMC is active listening for IPMI packets on the NIC, it needs to inform other switches/routers to route packets to its NIC. Because Garpd is useful for other purposes too, we decided to make it as a separate project.
 
|Full description=Broadcasts Gratuitous ARPs for a list of MAC address <-> IP address mappings on specified interfaces at regular intervals. A gratuitous ARP request is an AddressResolutionProtocol request packet where the source and destination IP are both set to the IP of the machine issuing the packet and the destination MAC is the broadcast address ff:ff:ff:ff:ff:ff. Ordinarily, no reply packet will occur. Gratuitous ARP reply is a reply to which no request has been made. Gratuitous ARPs are useful to update ARP tables of switches, routers and other hosts to route packets to a designated IP address. Garpd was developed as a part of [[GNU FreeIPMI]] project. Some of the IPMI implementations doesn't implement GARP broadcast functionality in their NICS. When the host OS is down and BMC is active listening for IPMI packets on the NIC, it needs to inform other switches/routers to route packets to its NIC. Because Garpd is useful for other purposes too, we decided to make it as a separate project.
|Homepage URL=https://savannah.gnu.org/projects/garpd
+
|Homepage URL=https://www.gnu.org/software/garpd/
|User level=none
+
|Version download=https://ftp.gnu.org/gnu/garpd/0.2.0/garpd-0.2.0.tar.gz
|Computer languages=C
+
|Is High Priority Project=No
 +
|Decommissioned or Obsolete=No
 +
|Donate=https://my.fsf.org/donate/
 +
|Related projects=gnustandards
 
|Version identifier=0.2.0
 
|Version identifier=0.2.0
 
|Version date=2010/12/06
 
|Version date=2010/12/06
 
|Version status=stable
 
|Version status=stable
|Version download=http://ftp.gnu.org/gnu/garpd/0.2.0/garpd-0.2.0.tar.gz
+
|Last review by=Bendikker
|Last review by=Alejandroindependiente
+
|Last review date=2019/01/18
|Last review date=2017/03/16
 
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
|Submitted date=2011-04-01
+
|Submitted date=2011/04/01
|Status=
+
|User level=none
 +
|Paid support=https://www.fsf.org/resources/service/
 +
|Accepts cryptocurrency donations=Yes
 +
|OpenPGP signature=https://ftp.gnu.org/gnu/garpd/0.2.0/garpd-0.2.0.tar.gz.sig
 +
|Test entry=No
 
|Is GNU=Yes
 
|Is GNU=Yes
 
|GNU package identifier=garpd
 
|GNU package identifier=garpd
Line 20: Line 26:
 
}}
 
}}
 
{{Project license
 
{{Project license
|License=GPLv2orlater
+
|License=GPL-3.0-or-later
|License verified by=Ted Teah
+
|License copyright=Copyright (C) 2010 Gluster, Inc.
|License verified date=2006-11-14
+
|License verified by=Genium
 +
|License verified date=2022-08-05
 +
}}
 +
{{Software category
 +
|Interface=command-line
 +
|Internet-application=tool
 +
|Programming-language=C
 +
|Runs-on=GNU/Linux
 +
|Use=internet-application
 +
}}
 +
{{EntryGNU
 +
|Is GNU=Yes
 +
|GNU package identifier=garpd
 
}}
 
}}
 
{{Person
 
{{Person
Line 28: Line 46:
 
|Role=Maintainer
 
|Role=Maintainer
 
|Email=avati@zresearch.com
 
|Email=avati@zresearch.com
|Resource URL=
 
 
}}
 
}}
 
{{Person
 
{{Person
Line 34: Line 51:
 
|Role=Maintainer
 
|Role=Maintainer
 
|Email=ab@zresearch.com
 
|Email=ab@zresearch.com
|Resource URL=
 
 
}}
 
}}
{{Software category
+
{{Resource
|Interface=command-line
+
|Resource audience=Savannah
|Internet-application=tool
+
|Resource kind=Developer
|Use=internet-application
+
|Resource URL=https://savannah.gnu.org/projects/garpd/
 +
}}
 +
{{Resource
 +
|Resource audience=FTP
 +
|Resource kind=Download
 +
|Resource URL=https://ftpmirror.gnu.org/garpd/
 +
}}
 +
{{Resource
 +
|Resource audience=FTP
 +
|Resource kind=Download
 +
|Resource URL=https://ftp.gnu.org/gnu/garpd/
 +
}}
 +
{{Resource
 +
|Resource audience=Wikidata
 +
|Resource kind=General
 +
|Resource URL=https://www.wikidata.org/wiki/Q72272096
 +
}}
 +
{{EntryDetails
 +
|Is High Priority Project=No
 +
|Decommissioned or Obsolete=No
 +
|Accepts cryptocurrency donations=No
 +
|Test entry=No
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Latest revision as of 08:37, 5 August 2022


[edit]

Garpd

https://www.gnu.org/software/garpd/
GNU Gratuitous ARP Daemon.

Broadcasts Gratuitous ARPs for a list of MAC address <-> IP address mappings on specified interfaces at regular intervals. A gratuitous ARP request is an AddressResolutionProtocol request packet where the source and destination IP are both set to the IP of the machine issuing the packet and the destination MAC is the broadcast address ff:ff:ff:ff:ff:ff. Ordinarily, no reply packet will occur. Gratuitous ARP reply is a reply to which no request has been made. Gratuitous ARPs are useful to update ARP tables of switches, routers and other hosts to route packets to a designated IP address. Garpd was developed as a part of GNU FreeIPMI project. Some of the IPMI implementations doesn't implement GARP broadcast functionality in their NICS. When the host OS is down and BMC is active listening for IPMI packets on the NIC, it needs to inform other switches/routers to route packets to its NIC. Because Garpd is useful for other purposes too, we decided to make it as a separate project.





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

5 August 2022




Leaders and contributors

Contact(s)Role
Anand Babu Maintainer
Anand Avati Maintainer


Resources and communication

AudienceResource typeURI
FTPDownloadhttps://ftpmirror.gnu.org/garpd/
WikidataGeneralhttps://www.wikidata.org/wiki/Q72272096
SavannahDeveloperhttps://savannah.gnu.org/projects/garpd/
FTPDownloadhttps://ftp.gnu.org/gnu/garpd/


Software prerequisites




Entry


"GPL-3.0-or-later" is not in the list (ACEL, AFL-3.0, AGPL-1.0, AGPL-1.0-or-later, AGPL-3.0, AGPL-3.0-or-later, AGPL-3.0-or-later-with-exception, AGPL-3.0-with-exception, AGPLv1orlater, AGPLv3, ...) of allowed values for the "License" property.











"Savannah" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"FTP" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"FTP" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Wikidata" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.



Property "Submitted by" (as page type) with input value "{{{Submitted by}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. "{{{Submitted date}}}" contains an extrinsic dash or other characters that are invalid for a date interpretation.








Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.