opnsense-src/tests/sys/net
Dimitry Andric ab28cc352b Adjust function definition in if_ovpn_c.c to avoid clang 15 warning
With clang 15, the following -Werror warning is produced:

    tests/sys/net/if_ovpn/if_ovpn_c.c:19:14: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]
    fake_sockaddr()
		 ^
		  void

This is because fake_sockaddr() is declared with a (void) argument list,
but defined with an empty argument list. Make the definition match the
declaration.

MFC after:      3 days
2022-08-14 13:11:52 +02:00
..
if_ovpn Adjust function definition in if_ovpn_c.c to avoid clang 15 warning 2022-08-14 13:11:52 +02:00
routing tests: add routing tests for switching between same prefixes 2022-08-07 19:45:25 +00:00
dhclient_pcp.conf net tests: basic test case for bpf(4)'s ability to set vlan pcp 2021-07-26 23:13:31 +02:00
if_bridge_test.sh bridge tests: Tests using pft_ping.py require scapy 2022-08-04 09:41:52 -04:00
if_clone_test.sh if: avoid interface destroy race 2022-05-06 13:55:08 +02:00
if_epair.c tests/sys/net/epair: don't leak the interface after the test 2022-01-26 21:08:50 -08:00
if_gif.sh net tests: basic if_gif(4) test case 2021-11-08 12:00:00 +01:00
if_lagg_test.sh Skip sys.net.if_lagg_test.status_stress in CI 2021-10-12 05:40:24 +08:00
if_stf.sh net tests: fix if_stf:6to4 2021-11-20 19:29:02 +01:00
if_tun_test.sh
if_vlan.sh if_vlan tests: Test changing vlan ID 2022-07-21 18:36:01 +02:00
Makefile if_ovpn tests: basic test case 2022-06-28 13:50:37 +02:00
pcp.py net tests: basic test case for bpf(4)'s ability to set vlan pcp 2021-07-26 23:13:31 +02:00
randsleep.c Properly fix GCC build in r357867 2020-02-14 09:25:29 +00:00
stp.py tests: Only log critical errors from scapy 2021-05-12 20:54:30 +02:00