bird/sysdep
Martin Mares bcbd8cc3be Interface logic changes:
o  Introduced IF_LINK_UP flag corresponding to real link state.
o  Allowed addressless interfaces.
o  IF_UP is now automatically calculated and set iff the interface
   is administratively up, has link up and has an IP address assigned.
   It may be IF_IGNORED, though (as in case of the loopback).
o  Any changes which include up/down transition are considered small
   enough to not provoke artificial upping and downing of the interface.
o  When an interface disappears (i.e., it wasn't seen in the last scan),
   we announce this change only once.
o  IF_LOOPBACK implies IF_IGNORE.
1999-03-02 17:28:06 +00:00
..
cf Added skeletal version of Linux netlink interface. It doesn't work yet, 1999-03-01 20:17:46 +00:00
linux Implemented netlink protocol parsing functions. More to come tomorrow. 1999-03-01 22:31:27 +00:00
unix Interface logic changes: 1999-03-02 17:28:06 +00:00
autoconf.h.in First step of "autoconfization". Created a configure script which 1999-01-09 15:02:11 +00:00
config.h Include "config.h" instead of "autoconf.h" in all Modules lists to make defines 1999-03-01 20:15:14 +00:00