OpenBSD dhclientのコードをサポートしました

追加

removable_route_flush="YES"
Flush routes when removing an interface

commit log

Support code for the OpenBSD dhclient. This significantly changes the way interfaces are configured. Some key points:
OpenBSD dhclientのコードをサポートしました。これはインターフェースが設定される方法を著しく変更します。いくつかのキーポイントは:

  • At startup, all interfaces are configured through /etc/rc.d/netif.
  • 起動時にインターフェースはすべて/etc/rc.d/netifによって設定されます。
  • ifconfig_ variables my*1 now mix real ifconfig commands the with DHCP and WPA directives. For example, this allows media configuration prior to running dhclient.
  • ifconfig_変数は現在、DHCP、WPAディレクティブを実際のifconfigコマンドに混合できます。例えばこれは、dhclientの実行に先立ったメディア設定を許容します。
  • /etc/rc.d/dhclient is not run at startup except by netif to start dhclient on specific interfaces.
  • /etc/rc.d/dhclientは、netifによる特定のインターフェース上でのdhclientを実行する場合以外は起動時に実行されません。
  • /etc/pccard_ether calls "/etc/rc.d/netif start " to do most of it's work.
  • /etc/pccard_etherはその仕事のほとんどをする「/etc/rc.d/netif start 」を呼びます。
  • /etc/pccard_ether no longer takes additional arguments to pass to ifconfig. Instead, ifconfig_ variables are now honored in favor of pccard_ifconfig when available.
  • /etc/pccard_etherは、もはやifconfigへ渡すべき追加の引数をとりません。代わりに、利用可能な場合、pccard_ifconfigの恩恵を今はifconfig_変数が引受けます。
  • /etc/pccard_ether will only run on interfaces specified in removable_interfaces, even if pccard_ifconfig is set.
  • pccard_ifconfigが設定されていても、/etc/pccard_etherはremovable_interfacesで指定されたインターフェース上だけで走るでしょう。

$FreeBSD: src/etc/defaults/rc.conf,v 1.249 2005/06/07 04:49:12 brooks Exp $

*1:may