projects
/
oweals
/
netifd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
581c0d5
)
add dummy code for testing system_if_get_parent()
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 4 Dec 2011 19:16:14 +0000
(20:16 +0100)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 4 Dec 2011 19:16:14 +0000
(20:16 +0100)
system-dummy.c
patch
|
blob
|
history
diff --git
a/system-dummy.c
b/system-dummy.c
index 7d651a50e9be389a3595cf8ce051609ec0ce8d00..09d1806dba459463c811e5643b3a2bcdfd4343e3 100644
(file)
--- a/
system-dummy.c
+++ b/
system-dummy.c
@@
-82,6
+82,9
@@
int system_if_check(struct device *dev)
struct device *
system_if_get_parent(struct device *dev)
{
+ if (!strcmp(dev->ifname, "eth0"))
+ return device_get("eth1", true);
+
return NULL;
}