diff options
author | 2018-02-08 05:00:37 +0000 | |
---|---|---|
committer | 2018-02-08 05:00:37 +0000 | |
commit | b22cb45373aae27bc3cffba94d19889a99fbc31c (patch) | |
tree | c66a240857ad2b990ba0990aa8711bc8e33cd3c4 | |
parent | reintroduce support for keepalives. (diff) | |
download | wireguard-openbsd-b22cb45373aae27bc3cffba94d19889a99fbc31c.tar.xz wireguard-openbsd-b22cb45373aae27bc3cffba94d19889a99fbc31c.zip |
gre doesnt need ifmedia
-rw-r--r-- | sys/net/if_gre.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/net/if_gre.c b/sys/net/if_gre.c index c2dd1f6323c..17be291dbb7 100644 --- a/sys/net/if_gre.c +++ b/sys/net/if_gre.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_gre.c,v 1.92 2018/02/08 04:58:55 dlg Exp $ */ +/* $OpenBSD: if_gre.c,v 1.93 2018/02/08 05:00:37 dlg Exp $ */ /* $NetBSD: if_gre.c,v 1.9 1999/10/25 19:18:11 drochner Exp $ */ /* @@ -173,8 +173,6 @@ struct gre_softc { struct gre_tunnel sc_tunnel; /* must be first */ struct ifnet sc_if; - struct ifmedia sc_media; - struct timeout sc_ka_send; struct timeout sc_ka_hold; |