Previous Next  

TSTK_ETHERNET_4

Include macro

INCLUDE_TSTK_ETHERNET_4

Variants

simnt, simnt.cert, PPC603, PPC603.cert, PPC604, PPC604.cert

Variants simnt, simnt.cert, PPC603, PPC603.cert, PPC604, PPC604.cert

Name

Ethernet interface #4

Synopsis

Ethernet interface #4

Configlettes
Configuration parameters
Initialization routines
Modules
Required components

Parameter: TSTACK_IFCONFIG_4

Name

Interface configuration.

Synopsis

Specifies the interface parameters to be configured when the stack is initialized, as a list of attribute-value strings, for example: "ifname eth0","devname fei0", "gateway driver", "inet 10.1.2.100/24","inet6 3ffe:1:2:3::4/64". The following keywords are recognized. (1) "ifname" - specifies the name of the ethernet interface, e.g. "ifname eth0". If the interface name is missing after "ifname", then the END device name will be used. (2) "devname" - specifies which driver this interface should attach itself, "fei0". The default is set to "driver" so that device name is retrieved from device boot parameters. (3) "inet" - specifies the interface IPv4 address and subnet, e.g. "inet 10.1.2.100/24". Intead of IPv4 address, there also exists a few special syntaxes: "inet driver" means address and mask should be read from the BSP. "inet dhcp" menas address and mask should be received from a DHCP server. The gateway might also be received from that server (depends on the DHCP server configuration). "inet rarp" means address and mask should be received from a RARP server. The default is set to "driver" so that device name is retrieved from device boot parameters. (4) "gateway" - specifies the default gateway used for IPv4, e.g. "gateway 10.1.2.1". Only ONE default gateway can be specified. "gateway driver" may be used to take the gateway from the boot parameters. (5) "inet6" - specifies the interface IPv6 address and subnet, e.g. "inet6 3ffe:1:2:3::4/64". The 'tentative' keyword can be inserted before the address if the stack should do duplicate address detection on the address before assigning it to the interface, e.g. "tentative 3ffe:1:2:3::4/64". (6) "gateway6" - specifies the default gateway used for IPv6. Only ONE default gateway can be specified.

Default

NULL

Type

char *




Generated on 2007-10-15 17:17:22.