]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
More informative interface attach message
authorTed Lemon <source@isc.org>
Thu, 16 May 1996 07:27:23 +0000 (07:27 +0000)
committerTed Lemon <source@isc.org>
Thu, 16 May 1996 07:27:23 +0000 (07:27 +0000)
common/raw.c
raw.c

index ee5128f362e59966ba5675f277dbd59d4f9c4b63..99187e12452c91f1db4f192e3ae10b0e2f245842 100644 (file)
@@ -100,6 +100,7 @@ void if_register_send (info, interface)
                       piaddr (info -> address), inet_ntoa (name.sin_addr));
 
        info -> wfdesc = sock;
+       note ("Sending on   Raw/%s", piaddr (info -> address));
 }
 
 size_t send_packet (interface, packet, raw, len, to, hto)
diff --git a/raw.c b/raw.c
index ee5128f362e59966ba5675f277dbd59d4f9c4b63..99187e12452c91f1db4f192e3ae10b0e2f245842 100644 (file)
--- a/raw.c
+++ b/raw.c
@@ -100,6 +100,7 @@ void if_register_send (info, interface)
                       piaddr (info -> address), inet_ntoa (name.sin_addr));
 
        info -> wfdesc = sock;
+       note ("Sending on   Raw/%s", piaddr (info -> address));
 }
 
 size_t send_packet (interface, packet, raw, len, to, hto)