]> git.puffer.fish Git - matthieu/frr.git/commit
zebra/if_netlink: trivial cleanup of IFLA_WIRELESS
authorArthur Jones <arthur.jones@riverbed.com>
Fri, 25 May 2018 21:34:32 +0000 (14:34 -0700)
committerArthur Jones <arthur.jones@riverbed.com>
Fri, 25 May 2018 21:34:32 +0000 (14:34 -0700)
commit0f08a57a073814a0b7eec49bc378e043151146e2
treedcf7e3b5ae895be51b7e619bb70fe945685729aa
parentcfb3b1a37d0339e79bd1b11314f679d8c15d62d7
zebra/if_netlink: trivial cleanup of IFLA_WIRELESS

With:
commit ba7773964c87019308e65a15b509e9889f7edc49
Author: Renato Westphal <renato@opensourcerouting.org>
Date:   Wed Sep 20 22:12:56 2017 -0300

We added our own copy of if_link.h (among others).  This
file unconditionally defines IFLA_WIRELESS, so we don't need
the conditional defines in the if_netlink.c code...

Issue: https://github.com/FRRouting/frr/issues/2299
Signed-off-by: Arthur Jones <arthur.jones@riverbed.com>
zebra/if_netlink.c