summaryrefslogtreecommitdiff
path: root/tests/test-rstp.c
Commit message (Expand)AuthorAgeFilesLines
* netdev: Assume default link speed to be 10 Gbps instead of 100 Mbps.Ilya Maximets2022-11-301-2/+5
* tests: Don't include a newline in ovs_fatal() calls.Justin Pettit2018-02-091-1/+1
* tests: rstp close input fileAlin Serdean2017-01-271-0/+1
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* dp-packet: Remove ofpbuf dependency.Pravin B Shelar2015-03-031-4/+5
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* lib: Move compiler.h to <openvswitch/compiler.h>Thomas Graf2014-12-151-3/+3
* ovs_assert, tests: Support NDEBUG.Jarno Rajahalme2014-10-301-1/+1
* compiler: Define NO_RETURN for MSVC.Gurucharan Shetty2014-09-151-3/+2
* lib/rstp: Remove lock recursion.Jarno Rajahalme2014-09-091-5/+7
* lib/rstp: More robust thread safety.Jarno Rajahalme2014-09-091-4/+32
* Rapid Spanning Tree Protocol (IEEE 802.1D).Daniele Venturino2014-09-091-0/+684