2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 06:15:55 +00:00

Undo interface attach announcement changes

This commit is contained in:
Ted Lemon
1996-05-16 07:43:43 +00:00
parent 66d9a26622
commit e41d835013
2 changed files with 4 additions and 16 deletions

10
bpf.c
View 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 */

View 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 */