diff options
author | Pavel Machek <pavel@ucw.cz> | 1999-10-12 15:04:50 +0200 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 1999-10-12 15:04:50 +0200 |
commit | f942a589ef627f5b2604955cbfdbe91fa706f29d (patch) | |
tree | cdfecf31b71138faeabff9eca1e827adceff9423 /proto/rip/rip.c | |
parent | 89dc383a8ce26bfe49250e5063bcadec22ff42c6 (diff) | |
download | bird-f942a589ef627f5b2604955cbfdbe91fa706f29d.tar bird-f942a589ef627f5b2604955cbfdbe91fa706f29d.zip |
FIXME's for rip added.
Will we ever able to generate packets saying "route 1.2.3.4 using someone else"?
Diffstat (limited to 'proto/rip/rip.c')
-rw-r--r-- | proto/rip/rip.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/proto/rip/rip.c b/proto/rip/rip.c index db84e87..a1c73bc 100644 --- a/proto/rip/rip.c +++ b/proto/rip/rip.c @@ -5,7 +5,10 @@ * * Can be freely distributed and used under the terms of the GNU GPL. * - FIXME: IpV6 support + FIXME: IpV6 support: packet size + FIXME: IpV6 support: use right address for broadcasts + FIXME: IpV6 support: receive "route using" blocks + FIXME: be able to transmit "route using" blocks [Is this possible?] */ #define LOCAL_DEBUG |