summaryrefslogtreecommitdiffhomepage
path: root/src/device.c
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-07-31 20:05:37 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-07-31 20:05:55 +0200
commit369494f1f8d5cca0d15521778463d67b77ef1dac (patch)
tree60988650b9a28727cf20e927a7e1c0949d868ff9 /src/device.c
parent008318185bd061a9d0496cc266d055fa5a9cf314 (diff)
device: adjust comment
Suggested-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/device.c')
-rw-r--r--src/device.c2
1 files changed, 1 insertions, 1 deletions
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.