opnsense-src/tests/sys/net
Dimitry Andric 967348a966 Use static inline for iface_{setup,delete}_addr in tests/sys/net/routing.
This fixes possible link errors, similar to:

ld: error: undefined symbol: iface_setup_addr
>>> referenced by test_rtsock_l3.c:111 (tests/sys/net/routing/test_rtsock_l3.c:111)
>>>               test_rtsock_l3.o:(presetup_ipv4)
>>> referenced by test_rtsock_l3.c:79 (tests/sys/net/routing/test_rtsock_l3.c:79)
>>>               test_rtsock_l3.o:(presetup_ipv6)
>>> referenced by test_rtsock_l3.c:512 (tests/sys/net/routing/test_rtsock_l3.c:512)
>>>               test_rtsock_l3.o:(atfu_rtm_change_v4_gw_success_body)
>>> referenced 10 more times

In C (not C++), 'naked' inline is almost always a mistake. Either use
static inline (this is appropriate for most cases), or extern inline.

MFC after:	3 days
2020-08-08 11:06:27 +00:00
..
routing Use static inline for iface_{setup,delete}_addr in tests/sys/net/routing. 2020-08-08 11:06:27 +00:00
if_bridge_test.sh bridge tests: Re-enable STP test 2020-06-07 13:53:02 +00:00
if_clone_test.sh Only skip sys.net.if_clone_test.epair_stress in CI env 2020-05-13 20:37:46 +00:00
if_epair.c Skip if_epair regression test if module doesn't exist 2020-03-03 17:35:15 +00:00
if_lagg_test.sh Skip sys.net.if_lagg_test.lacp_linkstate_destroy_stress in CI because of panic 2020-06-11 18:59:57 +00:00
if_tun_test.sh
if_vlan.sh tests: basic VLAN test 2019-10-15 04:50:08 +00:00
Makefile Make sys.net.if_bridge_test depend on python; sys.net.if_bridge_test.span 2020-05-19 21:55:29 +00:00
randsleep.c Properly fix GCC build in r357867 2020-02-14 09:25:29 +00:00