summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rtadvd/dump.c
Commit message (Collapse)AuthorAgeFilesLines
* - supported a string notation for xxflags.ume2003-08-151-1/+5
| | | | | | | | | | | | | | | | | | | | | | - deprecate routes#N, as it is hard to keep consistency with rtprefixN. accept any number of "rtprefix", "rtrefix0", ..., "rtprefix99". - deprecate "addrs#N", as it is difficult for users to keep consistency with "addrN". accept 100 prefix info in maximum - like "addr", "addr0" ... "addr99". WARNS=2 clean on netbsd. old configuration file should work just fine. behavior change: previously, we rejected "addrN" if there's "addr", and we rejected "addr" if there is "addrN". now we accept both without problem. - when an advertised prefix configured from the kernel has been added or invalidated, notice the change in a short delay. - when invalidating a prefix, do not bark even if there is inconsistency about prefix lifetimes. - wrap more specific route info code into ROUTEINFO. Obtained from: KAME MFC after: 1 week
* dump the content of route information optionsume2003-08-151-1/+19
| | | | | Obtained from: KAME MFC after: 1 week
* logged the fact to dump the status.ume2003-08-151-0/+3
| | | | | Obtained from: KAME MFC after: 1 week
* reduce #ifdef.ume2003-08-111-10/+2
| | | | MFC after: 1 week
* use strlcpy() and snprintf().ume2003-08-111-4/+4
| | | | | Obtained from: KAME MFC after: 1 week
* Drop MIP6 code. We don't support MIP6 yet.ume2003-08-081-12/+1
| | | | MFC after: 1 week
* KNF, correct typos and cleanup spaces.ume2003-08-081-26/+21
| | | | | Obtained from: KAME MFC after: 1 week
* __FUNCTION__ --> __func__ume2003-08-081-1/+1
| | | | | Obtained from: KAME MFC after: 1 week
* Changed the behavior when an interface-direct prefix being advertisedume2002-06-131-0/+9
| | | | | | | | | | | was removed from the kernel; Advertise the prefix with zero lifetimes rather than to remove the prefix from the prefix list to be advertised. This will help renumber a receiving host by deprecating the address derived from the old prefix. Obtained from: KAME MFC after: 2 weeks
* Sync with recent KAME.ume2001-06-111-7/+35
| | | | | | | | | | | | | | | | | | This work was based on kame-20010528-freebsd43-snap.tgz and some critical problem after the snap was out were fixed. There are many many changes since last KAME merge. TODO: - The definitions of SADB_* in sys/net/pfkeyv2.h are still different from RFC2407/IANA assignment because of binary compatibility issue. It should be fixed under 5-CURRENT. - ip6po_m member of struct ip6_pktopts is no longer used. But, it is still there because of binary compatibility issue. It should be removed under 5-CURRENT. Reviewed by: itojun Obtained from: KAME MFC after: 3 weeks
* make it easier to handle $FreeBSD$ tags (amount of diff matters).itojun2001-01-211-2/+1
|
* Add two files missing from the KAME synckris2000-07-061-0/+215
Submitted by: Eric Sabban <esabban@pacbell.net>
OpenPOWER on IntegriCloud