aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* bridge tests: Test deleting a bridge with membersKristof Provost2020-04-171-0/+27
* Add routing tests verifying basic RTM_CHANGE functionality.Alexander V. Chernikov2020-04-024-64/+352
* Switch rtsock tests to per-test jails and epair interfaces.Alexander V. Chernikov2020-03-297-23/+218
* bridge tests: Basic span testKristof Provost2020-03-161-0/+55
* bridge test: adding and removing static addressesKristof Provost2020-03-101-0/+57
* bridge test: spanning treeKristof Provost2020-03-101-0/+69
* Skip if_epair regression test if module doesn't existOlivier Cochard2020-03-032-3/+5
* bridge tests: Remove unneeded 'All rights reserved.'Kristof Provost2020-02-191-1/+0
* Temporarily skip sys.net.if_lagg_test.lacp_linkstate_destroy_stress on i386 CILi-Wen Hsu2020-02-161-0/+5
* bridge: Basic test caseKristof Provost2020-02-162-2/+77
* Temporarily skip failing sys.net.if_lagg_test.witness on i386 CILi-Wen Hsu2020-02-161-0/+4
* Remove trailing whitespaceLi-Wen Hsu2020-02-164-8/+8
* Remove trailing whitespaceLi-Wen Hsu2020-02-161-4/+4
* Properly fix GCC build in r357867Li-Wen Hsu2020-02-141-1/+1
* Fix GCC build.Li-Wen Hsu2020-02-131-1/+1
* * Fix flaking lle tests by filtering out non-relevant rtsock messages.Alexander V. Chernikov2020-02-121-77/+24
* tests: epair: Don't fail if we load if_epairKristof Provost2020-02-011-1/+1
* tests: epair: Don't fail if the if_epair module is already loadedKristof Provost2020-02-011-2/+4
* tests: Test for an epair panicKristof Provost2020-01-282-1/+75
* tests: Routing tests overwrote net testsKristof Provost2020-01-251-1/+1
* Bring back redirect route expiration.Alexander V. Chernikov2020-01-221-4/+6
* Include human-readable list of rtm flags along with bitmask in error messagesAlexander V. Chernikov2020-01-102-3/+21
* Fix rtsock route message generation for interface addresses.Alexander V. Chernikov2020-01-073-26/+646
* Add userland tests for route table/lltable rtsock operations.Alexander V. Chernikov2019-12-287-0/+2206