mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-09-02 15:25:48 +00:00
Another fussy interface announcement change
This commit is contained in:
8
bpf.c
8
bpf.c
@@ -107,8 +107,8 @@ void if_register_send (info, interface)
|
|||||||
#else
|
#else
|
||||||
info -> wfdesc = info -> rfdesc;
|
info -> wfdesc = info -> rfdesc;
|
||||||
#endif
|
#endif
|
||||||
note ("Sending on BPF/%s",
|
note ("Sending on BPF/%s/%s",
|
||||||
piaddr (info -> address));
|
info -> name, piaddr (info -> address));
|
||||||
}
|
}
|
||||||
#endif /* USE_BPF_SEND */
|
#endif /* USE_BPF_SEND */
|
||||||
|
|
||||||
@@ -201,8 +201,8 @@ void if_register_receive (info, interface)
|
|||||||
|
|
||||||
if (ioctl (info -> rfdesc, BIOCSETF, &p) < 0)
|
if (ioctl (info -> rfdesc, BIOCSETF, &p) < 0)
|
||||||
error ("Can't install packet filter program: %m");
|
error ("Can't install packet filter program: %m");
|
||||||
note ("Listening on BPF/%s",
|
note ("Listening on BPF/%s/%s",
|
||||||
piaddr (info -> address));
|
info -> name, piaddr (info -> address));
|
||||||
}
|
}
|
||||||
#endif /* USE_BPF_RECEIVE */
|
#endif /* USE_BPF_RECEIVE */
|
||||||
|
|
||||||
|
@@ -107,8 +107,8 @@ void if_register_send (info, interface)
|
|||||||
#else
|
#else
|
||||||
info -> wfdesc = info -> rfdesc;
|
info -> wfdesc = info -> rfdesc;
|
||||||
#endif
|
#endif
|
||||||
note ("Sending on BPF/%s",
|
note ("Sending on BPF/%s/%s",
|
||||||
piaddr (info -> address));
|
info -> name, piaddr (info -> address));
|
||||||
}
|
}
|
||||||
#endif /* USE_BPF_SEND */
|
#endif /* USE_BPF_SEND */
|
||||||
|
|
||||||
@@ -201,8 +201,8 @@ void if_register_receive (info, interface)
|
|||||||
|
|
||||||
if (ioctl (info -> rfdesc, BIOCSETF, &p) < 0)
|
if (ioctl (info -> rfdesc, BIOCSETF, &p) < 0)
|
||||||
error ("Can't install packet filter program: %m");
|
error ("Can't install packet filter program: %m");
|
||||||
note ("Listening on BPF/%s",
|
note ("Listening on BPF/%s/%s",
|
||||||
piaddr (info -> address));
|
info -> name, piaddr (info -> address));
|
||||||
}
|
}
|
||||||
#endif /* USE_BPF_RECEIVE */
|
#endif /* USE_BPF_RECEIVE */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user