aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/net
Commit message (Expand)AuthorAgeFilesLines
* tests: gif(4): Add regression tests for setup with EtherIPZhenlei Huang2025-10-041-0/+154
* tests: gif(4): Add tests to cover all IPv[46] in IPv[46] setupsZhenlei Huang2025-10-041-6/+141
* vnet tests: check for if_bridge.koKristof Provost2024-06-111-0/+11
* libifconfig: Fix bridge status member listMichael Gmelin2024-01-051-0/+28
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-2311-11/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-238-16/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-2511-11/+11
* epair tests: test PCP tagged packetsKristof Provost2023-04-182-0/+66
* routing: fix panic when adding an interface route to the p2p interfaceAlexander V. Chernikov2023-04-081-0/+39
* wg: tests: remove an obsolete workaroundKyle Evans2023-02-161-4/+0
* wg: add a test for the home jail socket featureKyle Evans2023-02-161-0/+72
* netpfil tests: improve sniffer.pyKajetan Staszkiewicz2023-01-292-4/+4
* wg: Re-add basic if_wg(4) tests.John Baldwin2023-01-242-0/+198
* Update rtsock_l3 test after 2fe5a79425c79f7b828acd91da66d97230925fc8Alex Richardson2023-01-132-20/+27
* tests: add routing tests for switching between same prefixesAlexander V. Chernikov2023-01-132-0/+82
* routing: add multipath pytest testsAlexander V. Chernikov2023-01-132-0/+272
* bridge tests: re-enable span testKristof Provost2022-11-091-1/+0
* bridge tests: Tests using pft_ping.py require scapyMark Johnston2022-08-111-0/+1
* if: avoid interface destroy raceKristof Provost2022-05-271-0/+29
* net tests: fix if_stf:6to4Kristof Provost2021-12-111-1/+2
* net tests: basic if_stf testKristof Provost2021-12-012-0/+85
* net tests: basic if_gif(4) test caseKristof Provost2021-11-292-0/+78
* net tests: basic test case for bpf(4)'s ability to set vlan pcpKristof Provost2021-08-024-0/+125
* bridge tests: test linking bridges with a gif tunnelKristof Provost2021-08-021-0/+66
* tests: Only log critical errors from scapyKristof Provost2021-05-181-0/+2
* bridge tests: Test STP config BPDU validationKristof Provost2021-05-183-1/+163
* Improve debugging output on routing tests failure.Alexander V. Chernikov2021-04-261-1/+31
* Fix typo in rtsock_common.hAlexander V. Chernikov2021-04-261-1/+1
* tests/sys/net/routing: XFAIL the two failing testsAlex Richardson2021-04-101-0/+6
* Fix dst/netmask handling in routing socket code.Alexander V. Chernikov2021-03-101-4/+0
* bridge tests: Test that we also forward on some interfacesKristof Provost2021-03-041-0/+18
* bridge tests: Test STP on top of VLAN devicesKristof Provost2021-03-021-0/+66
* Split rtinit() into multiple functions.Alexander V. Chernikov2021-01-161-3/+2
* net tests: Re-enable most if_clone testsKristof Provost2020-12-171-16/+0
* Add support for stacked VLANs (IEEE 802.1ad, AKA Q-in-Q).Alexander V. Chernikov2020-10-211-0/+178
* Fix route flags update during RTM_CHANGE.Alexander V. Chernikov2020-10-041-11/+111
* Do a sweep and remove most WARNS=6 settingsKyle Evans2020-10-011-2/+0
* build: provide a default WARNS for all in-tree buildsKyle Evans2020-09-181-0/+1
* Add test for checking RTF_HOST and RTAX_NETMASK inconsistency.Alexander V. Chernikov2020-08-221-1/+25
* Use static inline for iface_{setup,delete}_addr in tests/sys/net/routing.Dimitry Andric2020-08-081-2/+2
* Skip sys.net.if_lagg_test.lacp_linkstate_destroy_stress in CI because of panicLi-Wen Hsu2020-06-111-2/+1
* bridge tests: Re-enable STP testKristof Provost2020-06-071-4/+0
* bridge tests: Avoid building a switching loopKristof Provost2020-06-011-14/+3
* Make sys.net.if_bridge_test depend on python; sys.net.if_bridge_test.spanEdward Tomasz Napierala2020-05-191-0/+1
* Only skip sys.net.if_clone_test.epair_stress in CI envLi-Wen Hsu2020-05-131-1/+3
* Temporarily skip sys.net.if_bridge_test.stp in CI as it always times outLi-Wen Hsu2020-05-131-0/+4
* Temporarily skip sys.net.if_clone_test.epair_stressLi-Wen Hsu2020-05-131-0/+1
* bridge tests: Test for #216510Kristof Provost2020-04-261-0/+28
* bridge tests: Ensure that bridges in different jails get different MAC addressesKristof Provost2020-04-191-0/+39
* Skip routing regression tests depending on if_epair if this module isn't inst...Olivier Cochard2020-04-173-30/+7