File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33
44
55Generic HDLC layer currently supports:
6- 1. Frame Relay (ANSI, CCITT, Cisco and no LMI).
6+ 1. Frame Relay (ANSI, CCITT, Cisco and no LMI)
77 - Normal (routed) and Ethernet-bridged (Ethernet device emulation)
88 interfaces can share a single PVC.
99 - ARP support (no InARP support in the kernel - there is an
1010 experimental InARP user-space daemon available on:
1111 http://www.kernel.org/pub/linux/utils/net/hdlc/).
12- 2. raw HDLC - either IP (IPv4) interface or Ethernet device emulation.
13- 3. Cisco HDLC.
14- 4. PPP (uses syncppp.c).
12+ 2. raw HDLC - either IP (IPv4) interface or Ethernet device emulation
13+ 3. Cisco HDLC
14+ 4. PPP
15155. X.25 (uses X.25 routines).
1616
1717Generic HDLC is a protocol driver only - it needs a low-level driver
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ obj-$(CONFIG_HDLC_RAW) += hdlc_raw.o
1414obj-$(CONFIG_HDLC_RAW_ETH) += hdlc_raw_eth.o
1515obj-$(CONFIG_HDLC_CISCO) += hdlc_cisco.o
1616obj-$(CONFIG_HDLC_FR) += hdlc_fr.o
17- obj-$(CONFIG_HDLC_PPP) += hdlc_ppp.o syncppp.o
17+ obj-$(CONFIG_HDLC_PPP) += hdlc_ppp.o
1818obj-$(CONFIG_HDLC_X25) += hdlc_x25.o
1919
2020pc300-y := pc300_drv.o
You can’t perform that action at this time.
0 commit comments