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.7 by pcg, Thu Oct 16 20:35:14 2003 UTC vs.
Revision 1.8 by pcg, Thu Oct 16 21:57:54 2003 UTC

163interface MAC to this value. You will most likely use one of these: 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 # GNU/Linux 165 ip link set $IFNAME address $MAC mtu $MTU up # GNU/Linux
166 ifconfig $IFNAME ether $MAC mtu $MTU up # FreeBSD 166 ifconfig $IFNAME ether $MAC mtu $MTU up # FreeBSD
167 167
168Please see the C<vpe.osdep(5)> manpage for platform-specific information.
169
168=item IFTYPE=native 170=item IFTYPE=native # or tincd
169 171
170=item IFSUBTYPE=linux # or freebsd, darwin etc.. 172=item IFSUBTYPE=linux # or freebsd, darwin etc..
171 173
172The interface type (C<native> or C<tincd>) and the subtype (usually the os 174The 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 175name in lowercase) that this vpe was configured for. Can be used to select

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines