]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Use RTF_PROTO2 for routes handled by RIPng and ignore the other
authorhrs <hrs@FreeBSD.org>
Sun, 7 Mar 2010 12:41:42 +0000 (12:41 +0000)
committerhrs <hrs@FreeBSD.org>
Sun, 7 Mar 2010 12:41:42 +0000 (12:41 +0000)
commit93d607e00c6c00b7ea7c8754bf4172c73cc10799
tree1ee0a6c02f1eb353667eaf7271b2f69c1b8fb3b4
parent8768ee6ddf6699a57758bbaedbf5366d41f694d5
- Use RTF_PROTO2 for routes handled by RIPng and ignore the other
  routes.

  The route6d depends on RTF_WASCLONED to prevent connected
  network routes (normally configured automatically when ifconfig
  assigns an address with a prefix) from being removed.  However,
  that flag is no longer used on 8.0 and later due to lltable
  rework.  The route6d now sees routes with RTF_PROTO2 only.

  The flag can be changed by the -Q <num> flag.  The default is
  2.

- -Q and -P now allow the value "0".  It clears the flag itself.
usr.sbin/route6d/route6d.c