Displaying 4 results from an estimated 4 matches for "8414a579e106".
2008 Jul 03
2
[PATCH 1/3] tun: Interface to query tun/tap features.
...i].name);
}
}
if (features)
printf("(UNKNOWN %#x)", features);
printf("\n");
return 0;
}
Signed-off-by: Rusty Russell <rusty at rustcorp.com.au>
---
drivers/net/tun.c | 8 ++++++++
include/linux/if_tun.h | 1 +
2 files changed, 9 insertions(+)
diff -r 8414a579e106 drivers/net/tun.c
--- a/drivers/net/tun.c Tue Apr 22 07:36:45 2008 +1000
+++ b/drivers/net/tun.c Tue Apr 22 07:37:33 2008 +1000
@@ -625,6 +625,14 @@ static int tun_chr_ioctl(struct inode *i
return 0;
}
+ if (cmd == TUNGETFEATURES) {
+ /* Currently this just means: "what IFF flags are v...
2008 Jul 03
2
[PATCH 1/3] tun: Interface to query tun/tap features.
...i].name);
}
}
if (features)
printf("(UNKNOWN %#x)", features);
printf("\n");
return 0;
}
Signed-off-by: Rusty Russell <rusty at rustcorp.com.au>
---
drivers/net/tun.c | 8 ++++++++
include/linux/if_tun.h | 1 +
2 files changed, 9 insertions(+)
diff -r 8414a579e106 drivers/net/tun.c
--- a/drivers/net/tun.c Tue Apr 22 07:36:45 2008 +1000
+++ b/drivers/net/tun.c Tue Apr 22 07:37:33 2008 +1000
@@ -625,6 +625,14 @@ static int tun_chr_ioctl(struct inode *i
return 0;
}
+ if (cmd == TUNGETFEATURES) {
+ /* Currently this just means: "what IFF flags are v...
2008 Jun 25
3
[PATCH 1/4] tun: Interface to query tun/tap features.
...i].name);
}
}
if (features)
printf("(UNKNOWN %#x)", features);
printf("\n");
return 0;
}
Signed-off-by: Rusty Russell <rusty at rustcorp.com.au>
---
drivers/net/tun.c | 8 ++++++++
include/linux/if_tun.h | 1 +
2 files changed, 9 insertions(+)
diff -r 8414a579e106 drivers/net/tun.c
--- a/drivers/net/tun.c Tue Apr 22 07:36:45 2008 +1000
+++ b/drivers/net/tun.c Tue Apr 22 07:37:33 2008 +1000
@@ -625,6 +625,14 @@ static int tun_chr_ioctl(struct inode *i
return 0;
}
+ if (cmd == TUNGETFEATURES) {
+ /* Currently this just means: "what IFF flags are v...
2008 Jun 25
3
[PATCH 1/4] tun: Interface to query tun/tap features.
...i].name);
}
}
if (features)
printf("(UNKNOWN %#x)", features);
printf("\n");
return 0;
}
Signed-off-by: Rusty Russell <rusty at rustcorp.com.au>
---
drivers/net/tun.c | 8 ++++++++
include/linux/if_tun.h | 1 +
2 files changed, 9 insertions(+)
diff -r 8414a579e106 drivers/net/tun.c
--- a/drivers/net/tun.c Tue Apr 22 07:36:45 2008 +1000
+++ b/drivers/net/tun.c Tue Apr 22 07:37:33 2008 +1000
@@ -625,6 +625,14 @@ static int tun_chr_ioctl(struct inode *i
return 0;
}
+ if (cmd == TUNGETFEATURES) {
+ /* Currently this just means: "what IFF flags are v...