]> git.ipfire.org Git - thirdparty/bird.git/commit
Protocol engine bug fixes:
authorMartin Mares <mj@ucw.cz>
Tue, 3 Aug 1999 19:31:54 +0000 (19:31 +0000)
committerMartin Mares <mj@ucw.cz>
Tue, 3 Aug 1999 19:31:54 +0000 (19:31 +0000)
commit9d8856897f92ad74be140adafaac41f9df6edf31
tree3142f38930d1e0bff6b866c661c57bc94daa9638
parentb6628a8c98fa53c1b293221ad0f7e0611cb0b76d
Protocol engine bug fixes:

   o  Make proto_config->table always point to the right
      table even if it should be the default one.
   o  When shutting down, kill protocol in reverse order
      of their priority.
   o  When stopping a protocol down, disconnect it from
      routing tables immediately instead of waiting
      for the delayed protocol flush event.

Also added a protocol instance counter (used by KRT code
in very magic ways).
nest/proto.c
nest/protocol.h