]> git.ipfire.org Git - thirdparty/bird.git/commit
Several filter changes. (Pavel, please check if they are OK.)
authorMartin Mares <mj@ucw.cz>
Mon, 5 Apr 1999 20:10:31 +0000 (20:10 +0000)
committerMartin Mares <mj@ucw.cz>
Mon, 5 Apr 1999 20:10:31 +0000 (20:10 +0000)
commit63a381dbf5e37c2740982d07988cea983c699816
tree594c69300bfd73f56cb5a4381324aa90d1166775
parentd4ff748224fc18e460e74ab14d70d01fd50e4b92
Several filter changes. (Pavel, please check if they are OK.)

   o  Changed parameters of f_run. Changed rtein+rteout pair to rte pointer
      passed by reference, added ea_list of temporary attrs again passed
      by reference and finally added a pointer to memory pool for storing
      temporary data (new ea_lists's, temporary rta's etc.).
   o  Re-ordered result codes, so that all accepts come before all rejects.
   o  Introduced FILTER_ACCEPT and FILTER_REJECT dummy values (will be
      used in protocol configurations).
   o  Added filter_name() which returns name of a filter or ACCEPT/REJECT
      for the dummies.
filter/f-util.c
filter/filter.h