search for: neg_macsupport

Displaying 2 results from an estimated 2 matches for "neg_macsupport".

2007 Apr 18
0
[Bridge] BCP code ported to pppd 2.4.2
...= &bcp_wantoptions[unit]; + bcp_options *ao = &bcp_allowoptions[unit]; + + f->unit = unit; + f->protocol = PPP_BCP; + f->callbacks = &bcp_callbacks; + fsm_init(&bcp_fsm[unit]); + + memset(wo, 0, sizeof(*wo)); + memset(ao, 0, sizeof(*ao)); + + wo->neg_macsupport = 1; + wo->macsupport[0] = MAC_IEEE_802_3; + + /* Try Management-Inline first, but prepare to fall back on + * Spanning-Tree-Protocol if it fails. */ + wo->neg_mgmt_inline = 1; + wo->neg_spantree = 0; + wo->spantree = SPAN_IEEE_802_1D; + + wo->neg_tinygram = 1;...
2007 Apr 18
7
[Bridge] (no subject)
Dear Sir, I was trying to install bridge as we are installing scps gateway in our testbed.This requires us to install the bridge. Our Linux version is 2.4.18 ~3 and we are using redhat 7.2 Please let me know which is the bridge I should install and how to configure it. Before configuring the bridge what I should check in my configuration. Thanks for your time, Sincerely Rama ===== I hear