]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Undo interface attach announcement changes
authorTed Lemon <source@isc.org>
Thu, 16 May 1996 07:43:43 +0000 (07:43 +0000)
committerTed Lemon <source@isc.org>
Thu, 16 May 1996 07:43:43 +0000 (07:43 +0000)
bpf.c
common/bpf.c

diff --git a/bpf.c b/bpf.c
index 702101a03eb0942a33d05b2fe085efca800d4d8b..63f2279b5b10d88eea62576e818f52d2f5f19230 100644 (file)
--- a/bpf.c
+++ b/bpf.c
@@ -107,10 +107,7 @@ void if_register_send (info, interface)
 #else
        info -> wfdesc = info -> rfdesc;
 #endif
-       note ("Sending on   BPF/%s/%s",
-             print_hw_addr (info -> hw_address.htype,
-                            info -> hw_address.hlen,
-                            info -> hw_address.haddr),
+       note ("Sending on   BPF/%s",
              piaddr (info -> address));
 }
 #endif /* USE_BPF_SEND */
@@ -204,10 +201,7 @@ void if_register_receive (info, interface)
 
        if (ioctl (info -> rfdesc, BIOCSETF, &p) < 0)
                error ("Can't install packet filter program: %m");
-       note ("Listening on BPF/%s/%s",
-             print_hw_addr (info -> hw_address.htype,
-                            info -> hw_address.hlen,
-                            info -> hw_address.haddr),
+       note ("Listening on BPF/%s",
              piaddr (info -> address));
 }
 #endif /* USE_BPF_RECEIVE */
index 702101a03eb0942a33d05b2fe085efca800d4d8b..63f2279b5b10d88eea62576e818f52d2f5f19230 100644 (file)
@@ -107,10 +107,7 @@ void if_register_send (info, interface)
 #else
        info -> wfdesc = info -> rfdesc;
 #endif
-       note ("Sending on   BPF/%s/%s",
-             print_hw_addr (info -> hw_address.htype,
-                            info -> hw_address.hlen,
-                            info -> hw_address.haddr),
+       note ("Sending on   BPF/%s",
              piaddr (info -> address));
 }
 #endif /* USE_BPF_SEND */
@@ -204,10 +201,7 @@ void if_register_receive (info, interface)
 
        if (ioctl (info -> rfdesc, BIOCSETF, &p) < 0)
                error ("Can't install packet filter program: %m");
-       note ("Listening on BPF/%s/%s",
-             print_hw_addr (info -> hw_address.htype,
-                            info -> hw_address.hlen,
-                            info -> hw_address.haddr),
+       note ("Listening on BPF/%s",
              piaddr (info -> address));
 }
 #endif /* USE_BPF_RECEIVE */