summaryrefslogtreecommitdiffstats
path: root/sys/net/if_tun.c
diff options
context:
space:
mode:
authormpi <mpi@openbsd.org>2014-04-22 14:41:03 +0000
committermpi <mpi@openbsd.org>2014-04-22 14:41:03 +0000
commita9253da7673d2aab4c230dcf21cf02cefdbbf927 (patch)
tree5e2ba1f1516b90d507b4e20990544c9c68f15e50 /sys/net/if_tun.c
parentswitch to reallocarray (diff)
downloadwireguard-openbsd-a9253da7673d2aab4c230dcf21cf02cefdbbf927.tar.xz
wireguard-openbsd-a9253da7673d2aab4c230dcf21cf02cefdbbf927.zip
Remove some altq tentacles.
ok pelikan@, henning@
Diffstat (limited to 'sys/net/if_tun.c')
-rw-r--r--sys/net/if_tun.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/net/if_tun.c b/sys/net/if_tun.c
index 96b348a19d5..3e9a6500972 100644
--- a/sys/net/if_tun.c
+++ b/sys/net/if_tun.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_tun.c,v 1.123 2014/04/18 15:20:00 henning Exp $ */
+/* $OpenBSD: if_tun.c,v 1.124 2014/04/22 14:41:03 mpi Exp $ */
/* $NetBSD: if_tun.c,v 1.24 1996/05/07 02:40:48 thorpej Exp $ */
/*
@@ -1090,9 +1090,6 @@ filt_tunwrite(struct knote *kn, long hint)
/*
* Start packet transmission on the interface.
- * when the interface queue is rate-limited by ALTQ or TBR,
- * if_start is needed to drain packets from the queue in order
- * to notify readers when outgoing packets become ready.
* In layer 2 mode this function is called from ether_output.
*/
void