From 549647f1bb5ce2347b64661ad2794ca992a6036d Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 31 Jul 2018 20:05:37 +0200 Subject: device: adjust comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Suggested-by: Jonathan Neuschäfer --- src/device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/device.c b/src/device.c index 54a94fb..fd1aa60 100644 --- a/src/device.c +++ b/src/device.c @@ -37,7 +37,7 @@ static int open(struct net_device *dev) struct in_device *dev_v4 = __in_dev_get_rtnl(dev); if (dev_v4) { - /* TODO: when we merge to mainline, put this check near the ip_rt_send_redirect + /* TODO: at some point we might put this check near the ip_rt_send_redirect * call of ip_forward in net/ipv4/ip_forward.c, similar to the current secpath * check, rather than turning it off like this. This is just a stop gap solution * while we're an out of tree module. -- cgit v1.2.3-59-g8ed1b