projects
/
packages
/
atm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cf9d1d
)
- updated to latest kernels
AC-STABLE
auto/ac/linux-atm-2_4_1-1
auto/ac/linux-atm-2_4_1-2
auto/ac/linux-atm-2_4_1-3
auto/th/linux-atm-2_4_1-3
auto/th/linux-atm-2_4_1-4
auto/ti/linux-atm-2_4_1-4
author
Jan Rękorajski
<baggins@pld-linux.org>
Tue, 24 Sep 2002 13:15:51 +0000
(13:15 +0000)
committer
cvs2git
<feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000
(12:13 +0000)
Changed files:
pppbr-001212-br2684ctl.c -> 1.3
pppbr-001212-br2684ctl.c
patch
|
blob
|
blame
|
history
diff --git
a/pppbr-001212-br2684ctl.c
b/pppbr-001212-br2684ctl.c
index
31a745f
..
37127b1
100644
(file)
--- a/
pppbr-001212-br2684ctl.c
+++ b/
pppbr-001212-br2684ctl.c
@@
-34,7
+34,7
@@
int create_br(char *nstr)
num=atoi(nstr);
if( num>=0 && num<1234567890){
struct atm_newif_br2684 ni;
- ni.backend_num = ATM_BACKEND_BR
_
2684;
+ ni.backend_num = ATM_BACKEND_BR2684;
ni.media = BR2684_MEDIA_ETHERNET;
ni.mtu = 1500;
sprintf(ni.ifname, "nas%d", num);
@@
-94,7
+94,7
@@
int assign_vcc(char *astr, int encap, int bufsize)
/* attach the vcc to device: */
- be.backend_num = ATM_BACKEND_BR
_
2684;
+ be.backend_num = ATM_BACKEND_BR2684;
be.ifspec.method = BR2684_FIND_BYIFNAME;
sprintf(be.ifspec.spec.ifname, "nas%d", lastitf);
be.fcs_in = BR2684_FCSIN_NO;
This page took
0.033053 seconds
and
4
git commands to generate.