change EthLinkPoller name

This commit is contained in:
soypat
2023-12-18 16:01:59 -08:00
parent 7e45551ff5
commit 570e3d2b71
+1 -1
View File
@@ -64,7 +64,7 @@ type Link interface {
MTU() int
}
type EthLinkPoller interface {
type EthPollerLink interface {
Link
// SendEth sends an Ethernet packet
SendEth(pkt []byte) error