]> git.puffer.fish Git - mirror/frr.git/commit
[link-detect] Try to get BSD link-detect to work properly.
authorAndrew J. Schorr <ajschorr@alumni.princeton.edu>
Thu, 10 Jan 2008 15:24:32 +0000 (15:24 +0000)
committerAndrew J. Schorr <ajschorr@alumni.princeton.edu>
Thu, 10 Jan 2008 15:24:32 +0000 (15:24 +0000)
commitc543a1737173fb438f1d8c06f650b2d0d479f45c
treeba940242e22f7e6798e6fd24b19864b5702474db
parent3f087670efa606021cde2f6a9615ac7e07aec2a5
[link-detect] Try to get BSD link-detect to work properly.

2008-01-10 Ingo Flaschberger <if@xip.at>

* configure.ac: Define HAVE_BSD_LINK_DETECT if <net/if_media.h> is
  present.
* lib/zebra.h: If HAVE_BSD_LINK_DETECT is defined,
  include <net/if_media.h>.
* zebra/ioctl.c: (if_get_flags) If HAVE_BSD_LINK_DETECT, use the
  SIOCGIFMEDIA ioctl to ascertain link state.
* zebra/kernel_socket.c: (bsd_linkdetect_translate) New function to
  map the ifm_data.ifi_link_state value into the IFF_RUNNING flag.
  (ifm_read) Call bsd_linkdetect_translate to fix the IFF_RUNNING
  flag before calling if_flags_update.
ChangeLog
configure.ac
lib/ChangeLog
lib/zebra.h
zebra/ChangeLog
zebra/ioctl.c
zebra/kernel_socket.c