search for: lan_bridge_segno

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

2007 Apr 18
0
[Bridge] BCP code ported to pppd 2.4.2
...ci - Add our desired CIs to a packet. + * Called by fsm_sconfreq, Send Configure Request. + */ +static void +bcp_addci(f, ucp, lenp) + fsm *f; + u_char *ucp; + int *lenp; +{ + bcp_options *go = &bcp_gotoptions[f->unit]; + int len = *lenp; + +#define ADDCIBRIDGELINEID(opt, neg, lan_bridge_segno) \ + if (neg) { \ + if (len >= CILEN_BRIDGELINEID) { \ + PUTCHAR(opt, ucp); \ + PUTCHAR(CILEN_BRIDGELINEID, ucp); \ + PUTSHORT(lan_bridge_segno, ucp); \ + len -= CILEN_BRIDGELINEID; \ + } else \ + neg = 0; \ + } + +#define ADDCIMACSUPPORT(opt, neg,...
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