]> git.puffer.fish Git - mirror/frr.git/commit
lib: use "protocol-independed API" from RFC3678, if that is available
authorDmitrij Tejblum <tejblum@yandex-team.ru>
Mon, 22 Aug 2011 07:39:35 +0000 (11:39 +0400)
committerDenis Ovsienko <infrastation@yandex.ru>
Tue, 27 Sep 2011 17:39:12 +0000 (21:39 +0400)
commit10d04cdb4198b69073ea0cdd4c26a64d6697b33e
treef5b06a3be2a574d92bd7b4c0c90815cffedcdc43
parentee7e75d38bdb139b10f3a1d35209758409db7fb5
lib: use "protocol-independed API" from RFC3678, if that is available

(This commit is based on the patch from BZ#420, and should fix that bug.)

* configure.ac: detect availability of that API
* sockopt.c (setsockopt_ipv4_multicast): use it for join/leave IPv4
  multicast groups
configure.ac
lib/sockopt.c