Skip to content

Commit

Permalink
net/iface: Reduce usage of ifdef around CONFIG_NET_IPV6
Browse files Browse the repository at this point in the history
Let's regroup all the IPv6 related function into one ifdef. There is no
need to implement a dummy function for each: if IPv6 is not enabled,
these functions are unused in the core.

Fixes #8728

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
  • Loading branch information
Tomasz Bursztyka authored and jukkar committed Jul 9, 2019
1 parent 0999387 commit 315b47b
Showing 1 changed file with 9 additions and 93 deletions.
Loading

0 comments on commit 315b47b

Please sign in to comment.