CVS log for src/tests/net/if_bridge/t_rtable.sh
Up to [cvs.NetBSD.org] / src / tests / net / if_bridge
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Mar 26 19:10:34 2023 UTC (20 months, 1 week ago) by andvar
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
HEAD
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2
lines
fix various typos in documentation, comments and sysctl device description.
mainly aion -> ation and inlude -> include.
Revision 1.3.2.2: download - view: text, markup, annotated - select for diffs
Mon Apr 13 08:05:30 2020 UTC (4 years, 7 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.3.2.1: preferred, colored; branchpoint 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3.2.1: +10 -3
lines
Mostly merge changes from HEAD upto 20200411
Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Aug 19 03:22:05 2019 UTC (5 years, 3 months ago) by ozaki-r
Branches: MAIN
CVS tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
netbsd-10-base,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1,
netbsd-10,
is-mlppp-base,
is-mlppp,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2
lines
tests: use rump_server_add_iface to create interfaces
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Jul 9 02:50:24 2019 UTC (5 years, 4 months ago) by ozaki-r
Branches: MAIN
CVS tags: netbsd-9-base,
netbsd-9-4-RELEASE,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +9 -2
lines
tests: check that a new cache is not created over the limit
Revision 1.3.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:10:09 2019 UTC (5 years, 5 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +47 -2
lines
Sync with HEAD
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri May 31 15:36:10 2019 UTC (5 years, 6 months ago) by gson
Branches: MAIN
CVS tags: phil-wifi-20190609
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1
lines
Increase the timeout for the manyaddrs test case; the default is often
insufficient under qemu.
Revision 1.1.14.3: download - view: text, markup, annotated - select for diffs
Mon Nov 26 01:52:53 2018 UTC (6 years ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.1.14.2: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.14.2: +46 -2
lines
Sync with HEAD, resolve a couple of conflicts
Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Nov 9 06:45:03 2018 UTC (6 years ago) by ozaki-r
Branches: MAIN
CVS tags: pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +46 -2
lines
Add a test to show a large number of MAC addresses cached in a bridge
Revision 1.1.14.2: download - view: text, markup, annotated - select for diffs
Sun Apr 22 07:20:30 2018 UTC (6 years, 7 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.1.14.1: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.14.1: +30 -1
lines
Sync with HEAD
Revision 1.1.8.2: download - view: text, markup, annotated - select for diffs
Wed Apr 18 14:11:42 2018 UTC (6 years, 7 months ago) by martin
Branches: netbsd-8
CVS tags: netbsd-8-3-RELEASE,
netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1
Diff to: previous 1.1.8.1: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.8.1: +30 -1
lines
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
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Apr 18 04:03:12 2018 UTC (6 years, 7 months ago) by ozaki-r
Branches: MAIN
CVS tags: phil-wifi-base,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422
Branch point for: phil-wifi
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +30 -1
lines
Add a test that checks if brconfig flush surely removes all entries
Revision 1.1.14.1: download - view: text, markup, annotated - select for diffs
Mon Apr 16 02:00:10 2018 UTC (6 years, 7 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +72 -1
lines
Sync with HEAD, resolve some conflicts
Revision 1.1.8.1: download - view: text, markup, annotated - select for diffs
Tue Apr 10 11:48:28 2018 UTC (6 years, 7 months ago) by martin
Branches: netbsd-8
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +72 -1
lines
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
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Apr 10 07:09:00 2018 UTC (6 years, 7 months ago) by ozaki-r
Branches: MAIN
CVS tags: pgoyette-compat-0415
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +72 -1
lines
Add a test case for bridge_rtdelete
Revision 1.1.4.2: download - view: text, markup, annotated - select for diffs
Fri Apr 21 16:54:12 2017 UTC (7 years, 7 months ago) by bouyer
Branches: bouyer-socketcan
Diff to: previous 1.1.4.1: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.4.1: +353 -0
lines
Sync with HEAD
Revision 1.1.2.2: download - view: text, markup, annotated - select for diffs
Mon Mar 20 06:58:01 2017 UTC (7 years, 8 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.1.2.1: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.2.1: +353 -0
lines
Sync with HEAD
Revision 1.1.4.1
Sat Mar 11 04:24:52 2017 UTC (7 years, 8 months ago) by bouyer
Branches: bouyer-socketcan
FILE REMOVED
Changes since revision 1.1: +0 -353
lines
file t_rtable.sh was added on branch bouyer-socketcan on 2017-04-21 16:54:12 +0000
Revision 1.1.2.1
Sat Mar 11 04:24:52 2017 UTC (7 years, 8 months ago) by pgoyette
Branches: pgoyette-localcount
FILE REMOVED
Changes since revision 1.1: +0 -353
lines
file t_rtable.sh was added on branch pgoyette-localcount on 2017-03-20 06:58:01 +0000
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Mar 11 04:24:52 2017 UTC (7 years, 8 months ago) by ozaki-r
Branches: MAIN
CVS tags: prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
pgoyette-compat-base,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
netbsd-8-base,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
bouyer-socketcan-base1
Branch point for: pgoyette-localcount,
pgoyette-compat,
netbsd-8,
bouyer-socketcan
Separate tests for learning table of bridge
CVSweb <webmaster@jp.NetBSD.org>