]> git.pld-linux.org Git - packages/eagle-usb.git/blob - eagle-usb-vpivci-info.patch
- tabs in preamble
[packages/eagle-usb.git] / eagle-usb-vpivci-info.patch
1 diff -uNr eagle-usb-2.3.2.orig/driver/user/eagle-usb.conf eagle-usb-2.3.2/driver/user/eagle-usb.conf
2 --- eagle-usb-2.3.2.orig/driver/user/eagle-usb.conf     2005-03-27 16:45:25.000000000 +0200
3 +++ eagle-usb-2.3.2/driver/user/eagle-usb.conf  2006-01-19 20:55:04.766007000 +0100
4 @@ -5,8 +5,32 @@
5  #
6  # VPI / VCI are in hexa 
7  # for example, (8, 23) is (8,35) in decimal
8 -VPI=00000008
9 -VCI=00000024
10 +#
11 +# Country     Network        Encapsulation           VPI VCI (decimal values)
12 +#
13 +# Belgium     Belgacom       PPPoA vcmux             8   35
14 +# France      FT             PPPoA vcmux             8   35
15 +# France      Free dégroupé  IPoA vcmux              8   36
16 +# Finland     Sonera         IPoA LLC                0   100
17 +# Germany     DT             PPPoE LLC               1   32
18 +# Hungary     Matav          PPPoE LLC               1   32
19 +# Italy       Telecom Italia PPPoA vcmux             8   35
20 +# Netherlands KPN            PPPoA vcmux             8   48
21 +# Poland      TPSA           PPPoA vcmux             0   35
22 +# Portugal    PT             PPPoE LLC               0   35
23 +# Spain       Retevision     PPPoA vcmux             8   35
24 +# Spain       Telefonica     IPoA vcmux ou PPPoE LLC 8   32
25 +# Sweden      Telia          IPoA LLC                8   35
26 +# UK          BT             PPPoA vcmux             0   38
27 +#
28 +# References:  http://damien.bergamini.free.fr/ueagle/vpivci.html
29 +#
30 +# VPI/VCI -    hex. values - if you use values from table above,
31 +#              you have to convert them from decimal to hex.
32 +#
33 +# this is for tpnet neostrada
34 +VPI=00000000
35 +VCI=00000023
36  
37  #The following values are valid for encapsulation :
38  #MPOA_MODE_BRIDGED_ETH_LLC ----> 1 RFC2516 Bridged PPPoE LLC
39 @@ -15,9 +39,16 @@
40  #MPOA_MODE_ROUTED_IP_VC    ----> 4 RFC1483/2684 Routed IP (IPoA) VCmux
41  #MPOA_MODE_PPPOA_LLC       ----> 5 RFC2364 PPPoA LLC
42  #MPOA_MODE_PPPOA_VC        ----> 6 RFC2364 PPPoA VCmux
43 -Encapsulation=00000004
44 +#Encapsulation=00000004
45 +# for TPNET neostrada
46 +Encapsulation=00000006
47  
48  # A for CMV use, 1 otherwise
49  Linetype=0000000A
50  RatePollFreq=00000009
51  </eaglectrl>
52 +# for TPNET neostrada
53 +STATIC_IP=none
54 +ISP=PL01
55 +LANG=
56 +ASYNCHRONOUS_START=1
This page took 0.036089 seconds and 3 git commands to generate.