]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add support for PC-card router configuration. (MFPAO)
authortoshi <toshi@FreeBSD.org>
Mon, 25 Dec 2000 09:21:18 +0000 (09:21 +0000)
committertoshi <toshi@FreeBSD.org>
Mon, 25 Dec 2000 09:21:18 +0000 (09:21 +0000)
commit7da3a08277c6f08405758747e5a0a9fe1b1213a4
treecc9c771023ec6469ae61dc697f86613f75636288
parent86f19c12df0f606055f8c67cafdfba8086cd2a1d
Add support for PC-card router configuration. (MFPAO)

o Add the removable_interfaces variable for list of removable network
  interfaces (PC-card ethernet, wireless network and USB ethernet etc).
o ifconfig_<ifn>_alias0, static_routes_<ifn>, removable_route_flush,
  /etc/start_if.<ifn> and /etc/stop_if.<ifn> are support.
o removable_route_flush variable is set to "NO" if you want to use the
  machine as gateway using two or more removable network cards. If
  static routing is needed use static_routes_<ifn> instead of
  static_routes or defaultrouter.
o The optional static_routes_<ifn> variable is likely static_routes.
o /etc/start_if.<ifn> and /etc/stop_if.<ifn> are shell script to be
  specified that are called when a card is inserted or removed.
etc/pccard_ether