This is the README providing build instructions for Easy
Deployment Network Connectivity Probing Binaries.

For network connectivity probing we have introduced 2 
new binaries which does layer 2 connectivity probing 
for interfaces (which are leveraged from linkloop) :

* network_probe_query - sends the query to specified 
                        MAC address of interface.

* network_probe_reply - replies to each query. This needs
                        to be bond on interface for which 
                        we are probing connectivity


Precompiled binaries, network_probe_query & network_probe_reply
, are shipped with the Serviceguard product, which gets installed
along with the product. 
 
To build and install these binaries separately, follow the
instructions below:

# make -f Makefile.ed

NOTE: To build network_probe_query and network_probe_reply
binaries, gcc compiler should be present on the system.
