ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/doc/vped.conf.5.pod
(Generate patch)

Comparing gvpe/doc/vped.conf.5.pod (file contents):
Revision 1.5 by pcg, Mon Apr 7 01:20:09 2003 UTC vs.
Revision 1.6 by pcg, Tue Oct 14 03:22:09 2003 UTC

158consistently on all hosts), but this is usually ineffective. 158consistently on all hosts), but this is usually ineffective.
159 159
160=item MAC=fe:fd:80:00:00:01 160=item MAC=fe:fd:80:00:00:01
161 161
162The MAC address to set the interface to. The script *must* set the 162The MAC address to set the interface to. The script *must* set the
163interface MAC to this value. On GNU/Linux you will most likely use this: 163interface MAC to this value. You will most likely use one of these:
164 164
165 ip link set $IFNAME address $MAC mtu $MTU up 165 ip link set $IFNAME address $MAC mtu $MTU up # GNU/Linux
166 ifconfig $IFNAME ether $MAC mtu $MTU up # FreeBSD
167
168=item IFTYPE=native
169
170=item IFSUBTYPE=linux # or freebsd, darwin etc..
171
172The interface type (C<native> or C<tincd>) and the subtype (usually the os
173name in lowercase) that this vpe was configured for. Can be used to select
174the correct syntax to use for network-related commands.
166 175
167=item NODENAME=branch1 176=item NODENAME=branch1
168 177
169The nickname of the current node, as passed to the vped daemon. 178The nickname of the current node, as passed to the vped daemon.
170 179

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines