diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2011-04-05 11:41:18 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2011-04-05 11:41:18 +0200 |
commit | 489c308a75b121f286cc8637ead8b2bf7bf896ec (patch) | |
tree | 1d2832476fb08c84f303c69ec6d75856023eba99 /nest | |
parent | bf27abd6d4a20448f5b4c80e9aa9258dc8670f62 (diff) | |
download | bird-489c308a75b121f286cc8637ead8b2bf7bf896ec.tar bird-489c308a75b121f286cc8637ead8b2bf7bf896ec.zip |
Minor fixes.
Diffstat (limited to 'nest')
-rw-r--r-- | nest/iface.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nest/iface.h b/nest/iface.h index 5906e21..a9cf6cd 100644 --- a/nest/iface.h +++ b/nest/iface.h @@ -63,8 +63,8 @@ struct iface { * - Host addresses, with ifa.prefix/pxlen == ifa.ip/32 (or /128). * May be considered a special case of standard addresses. * - * Peer addresses (AFAIK) do not exist in IPv6. Linux alos supports generalized peer - * address (with pxlen < 32 and ifa.ip outside prefix), we do not support that. + * Peer addresses (AFAIK) do not exist in IPv6. Linux also supports generalized peer + * addresses (with pxlen < 32 and ifa.ip outside prefix), we do not support that. */ |