Home | History | Annotate | Download | only in if_bridge
History log of /src/tests/net/if_bridge/t_rtable.sh
RevisionDateAuthorComments
 1.8  26-Mar-2023  andvar fix various typos in documentation, comments and sysctl device description.
mainly aion -> ation and inlude -> include.
 1.7  19-Aug-2019  ozaki-r tests: use rump_server_add_iface to create interfaces
 1.6  09-Jul-2019  ozaki-r tests: check that a new cache is not created over the limit
 1.5  31-May-2019  gson Increase the timeout for the manyaddrs test case; the default is often
insufficient under qemu.
 1.4  09-Nov-2018  ozaki-r Add a test to show a large number of MAC addresses cached in a bridge
 1.3  18-Apr-2018  ozaki-r branches: 1.3.2;
Add a test that checks if brconfig flush surely removes all entries
 1.2  10-Apr-2018  ozaki-r Add a test case for bridge_rtdelete
 1.1  11-Mar-2017  ozaki-r branches: 1.1.2; 1.1.4; 1.1.8; 1.1.14;
Separate tests for learning table of bridge
 1.1.14.3  26-Nov-2018  pgoyette Sync with HEAD, resolve a couple of conflicts
 1.1.14.2  22-Apr-2018  pgoyette Sync with HEAD
 1.1.14.1  16-Apr-2018  pgoyette Sync with HEAD, resolve some conflicts
 1.1.8.2  18-Apr-2018  martin Pull up following revision(s) (requested by ozaki-r in ticket #777):

tests/net/if_bridge/t_rtable.sh: revision 1.3
sys/net/if_bridge.c: revision 1.150-1.154
sys/net/if_bridgevar.h: revision 1.32

Remove obsolete NULL checks

Simplify bridge_rtnode_insert (NFC)

bridge: use pslist(9) for rtlist and rthash

The change fixes race conditions on list operations. One example is that a
reader may see invalid pointers on a looking item in a list due to lack of
membar_producer.

Add a test that checks if brconfig flush surely removes all entries

Get rid of a unnecessary semicolon
Pointed out by kamil@

Add missing PSLIST_ENTRY_INIT and PSLIST_ENTRY_DESTROY
 1.1.8.1  10-Apr-2018  martin Pull up following revision(s) (requested by ozaki-r in ticket #727):

tests/net/if_bridge/t_rtable.sh: revision 1.2
sys/net/if_bridge.c: revision 1.149

Fix bridge_rtdelete

It removes a rtable entry that belongs to a specified interface, however,
its original behavior was to delete all belonging entries.
Restore the original behavior.

Add a test case for bridge_rtdelete
 1.1.4.2  21-Apr-2017  bouyer Sync with HEAD
 1.1.4.1  11-Mar-2017  bouyer file t_rtable.sh was added on branch bouyer-socketcan on 2017-04-21 16:54:12 +0000
 1.1.2.2  20-Mar-2017  pgoyette Sync with HEAD
 1.1.2.1  11-Mar-2017  pgoyette file t_rtable.sh was added on branch pgoyette-localcount on 2017-03-20 06:58:01 +0000
 1.3.2.2  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.3.2.1  10-Jun-2019  christos Sync with HEAD

RSS XML Feed