diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-10-09 22:30:16 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-10-09 22:30:16 +0200 |
commit | 6103b065ee1fa7c9e3766b981cd090928683a2a6 (patch) | |
tree | 2f98e5893716b9d9978b3ff247ae93853f63b838 /system-dummy.c | |
parent | 76a04646be82ed9b9c80d86ac25b151bce36bffa (diff) |
add more options for bridges, enable stp by default and set forwarding delay to 1
Diffstat (limited to 'system-dummy.c')
-rw-r--r-- | system-dummy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system-dummy.c b/system-dummy.c index d1557f9..9a646dc 100644 --- a/system-dummy.c +++ b/system-dummy.c @@ -16,7 +16,7 @@ int system_init(void) return 0; } -int system_bridge_addbr(struct device *bridge) +int system_bridge_addbr(struct device *bridge, struct bridge_config *cfg) { D(SYSTEM, "brctl addbr %s\n", bridge->ifname); return 0; |