From f8982ddf4fc7f9dae58e79db1e6ef6cdcea4b23c Mon Sep 17 00:00:00 2001 From: casparsmit Date: Tue, 12 Apr 2016 14:25:03 +0200 Subject: [PATCH] Add common spanning tree tunables for bridges --- net/save_bifc.cgi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/save_bifc.cgi b/net/save_bifc.cgi index b83f99373..58dcee61f 100755 --- a/net/save_bifc.cgi +++ b/net/save_bifc.cgi @@ -311,6 +311,9 @@ else { ($bt->{'address'} || $bt->{'dhcp'} || $bt->{'bootp'}) && &error($text{'bifc_ebridgeto2'}); $b->{'bridgeto'} = $in{'bridgeto'}; + $b->{'bridgestp'} = $in{'bridgestp'}; + $b->{'bridgefd'} = $in{'bridgefd'}; + $b->{'bridgewait'} = $in{'bridgewait'}; } # Save the interface with its final name