]> git.ipfire.org Git - thirdparty/bird.git/commit
Several minor RIP changes (Pavel, please check as usually):
authorMartin Mares <mj@ucw.cz>
Thu, 11 May 2000 15:05:13 +0000 (15:05 +0000)
committerMartin Mares <mj@ucw.cz>
Thu, 11 May 2000 15:05:13 +0000 (15:05 +0000)
commit28323d9ddbdcfa35c6dec139da4eefca584b143e
tree6f00533450683122865a41a27891d4631c82919c
parent109c2f6cf350069c12abb7d182da6458ff56c1c7
Several minor RIP changes (Pavel, please check as usually):

   o  Use FIB_ITERATE_INIT instead of calling the function fit_init()
      which is explictly marked as private in route.h.
   o  When printing trace messages, don't spit out protocol name twice.
   o  Some messages are a bit more verbose.
   o  Added a bunch of FIXME's.
   o  When running in broadcast mode, don't forget to bind the local
      end of the socket to the same broadcast address, so that we don't
      get the broadcasts looped back via different interface. I'm just
      going to look up the same problem for multicasts.
proto/rip/rip.c