diff options
author | Pavel Machek <pavel@ucw.cz> | 2000-04-28 12:15:57 +0200 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 2000-04-28 12:15:57 +0200 |
commit | decc99fbbdba3394a5c611e2914b4d74aa6742a9 (patch) | |
tree | ea17f3551bf18b523720b26ac2c97c4bc4cac077 /proto/rip | |
parent | a769a180d77b88fbfc77cae3e895a320007f6e30 (diff) | |
download | bird-decc99fbbdba3394a5c611e2914b4d74aa6742a9.tar bird-decc99fbbdba3394a5c611e2914b4d74aa6742a9.zip |
Killed fixme: I already fixed it.
Diffstat (limited to 'proto/rip')
-rw-r--r-- | proto/rip/rip.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/proto/rip/rip.c b/proto/rip/rip.c index ba19a79..9d5b772 100644 --- a/proto/rip/rip.c +++ b/proto/rip/rip.c @@ -16,19 +16,6 @@ FIXME: (nonurgent) allow bigger frequencies than 1 regular update in 6 seconds (?) FIXME: propagation of metric=infinity into main routing table may or may not be good idea. - FIXME: mj wants us to be able to format attributes: - - and also a callback for naming and formatting of attributes. - The callback can return one of the following results: - - GA_UNKNOWN Attribute not recognized. - GA_NAME Attribute name recognized and put to the buffer, - generic code should format the value. - GA_FULL Both attribute name and value put to the buffer. - - Please update protocols generating dynamic attributes to provide - the attr_class and formatting hook. - */ #define LOCAL_DEBUG |