]> git.ipfire.org Git - thirdparty/bird.git/commit
Cleaned up handling of interface patterns:
authorMartin Mares <mj@ucw.cz>
Tue, 3 Aug 1999 19:30:49 +0000 (19:30 +0000)
committerMartin Mares <mj@ucw.cz>
Tue, 3 Aug 1999 19:30:49 +0000 (19:30 +0000)
commit8edf2361f9c4bd745a1249db3f66dfc079dd2ca1
tree5b97c4394925806715ea89a6c9fc61a0e44cdc1a
parent9273035403ace754e5b405b2c5efba7d55c28e78
Cleaned up handling of interface patterns:

   o  Parsing of interface patterns moved to generic code,
      introduced this_ipatt which works similarly to this_iface.
   o  Interface patterns now support selection by both interface
      names and primary IP addresses.
   o  Proto `direct' updated.
   o  RIP updated as well, it also seems the memory corruption
      bug there is gone.
nest/config.Y
nest/iface.c
nest/iface.h
nest/rt-dev.c
proto/rip/config.Y