The NetBSD Project

CVS log for src/tests/net/if_tun/t_tun.sh

[BACK] Up to [cvs.NetBSD.org] / src / tests / net / if_tun

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.5.4.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:10:10 2019 UTC (5 years, 7 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.5: preferred, colored; next MAIN 1.6: preferred, colored
Changes since revision 1.5: +2 -2 lines
Sync with HEAD

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon May 13 17:55:09 2019 UTC (5 years, 8 months ago) by bad
Branches: MAIN
CVS tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, phil-wifi-20190609, perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs, 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, netbsd-10-base, netbsd-10-1-RELEASE, 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, HEAD
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Get rid of all the -lrumpdev and -lrumpvfs that are no longer needed
after moving rump's mainbus from rumpdev to rumpkern.

Produces the same atf-run results as before.

Revision 1.4.6.1: download - view: text, markup, annotated - select for diffs
Mon Feb 26 00:41:14 2018 UTC (6 years, 10 months ago) by snj
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.4: preferred, colored; next MAIN 1.5: preferred, colored
Changes since revision 1.4: +2 -7 lines
Pull up following revision(s) (requested by ozaki-r in ticket #572):
	sys/net/if_bridge.c: 1.138, 1.148
	tests/net/if_bridge/t_bridge.sh: 1.18
	tests/net/if_gif/t_gif.sh: 1.12
	tests/net/if_ipsec/t_ipsec.sh: 1.3
	tests/net/if_l2tp/t_l2tp.sh: 1.4
	tests/net/if_loop/t_basic.sh: 1.2
	tests/net/if_pppoe/t_pppoe.sh: 1.18
	tests/net/if_tap/t_tap.sh: 1.7
	tests/net/if_tun/Makefile: 1.2
	tests/net/if_tun/t_tun.sh: 1.5
	tests/net/if_vlan/t_vlan.sh: 1.8
	tests/net/net_common.sh: 1.26
Remove unnecessary splsoftnet
--
If the bridge is not running, don't call bridge_stop. Otherwise the
following commands will crash the kernel:
        ifconfig bridge0 create
        ifconfig bridge0 destroy
--
Commonalize and add tests of creating/destroying interfaces

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Feb 1 05:22:02 2018 UTC (6 years, 11 months ago) by ozaki-r
Branches: MAIN
CVS tags: phil-wifi-base, pgoyette-compat-merge-20190127, pgoyette-compat-base, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, pgoyette-compat
Branch point for: phil-wifi
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -7 lines
Commonalize and add tests of creating/destroying interfaces

Revision 1.2.2.4: download - view: text, markup, annotated - select for diffs
Sat Jan 7 08:56:56 2017 UTC (8 years ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.2.2.3: preferred, colored; branchpoint 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2.2.3: +2 -2 lines
Sync with HEAD.  (Note that most of these changes are simply $NetBSD$
tag issues.)

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Nov 7 05:25:37 2016 UTC (8 years, 2 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-localcount-20170107, perseant-stdc-iso10646-base, perseant-stdc-iso10646, netbsd-8-base, matt-nb8-mediatek-base, matt-nb8-mediatek, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Branch point for: netbsd-8
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Accept DEBUG environment variable

By doing so, we can easily turn DEBUG on/off without modifying
the ATF scripts.

Revision 1.2.2.3: download - view: text, markup, annotated - select for diffs
Fri Nov 4 14:49:24 2016 UTC (8 years, 2 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.2.2.2: preferred, colored; branchpoint 1.2: preferred, colored
Changes since revision 1.2.2.2: +3 -5 lines
Sync with HEAD

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Oct 1 20:18:06 2016 UTC (8 years, 3 months ago) by kre
Branches: MAIN
CVS tags: pgoyette-localcount-20161104
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -5 lines

Compensate for the new world order of ifconfig output format,
and the new default netmask for point to point links.

Revision 1.2.2.2: download - view: text, markup, annotated - select for diffs
Wed Sep 14 03:04:19 2016 UTC (8 years, 4 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.2.2.1: preferred, colored; branchpoint 1.2: preferred, colored
Changes since revision 1.2.2.1: +140 -0 lines
Sync with HEAD

Revision 1.2.2.1
Mon Sep 5 04:35:46 2016 UTC (8 years, 4 months ago) by pgoyette
Branches: pgoyette-localcount
FILE REMOVED
Changes since revision 1.2: +0 -140 lines
file t_tun.sh was added on branch pgoyette-localcount on 2016-09-14 03:04:19 +0000

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Sep 5 04:35:46 2016 UTC (8 years, 4 months ago) by ozaki-r
Branches: MAIN
CVS tags: localcount-20160914
Branch point for: pgoyette-localcount
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +77 -1 lines
Add some tests

We need more realistic tests.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Sep 5 02:26:48 2016 UTC (8 years, 4 months ago) by ozaki-r
Branches: MAIN
Add very basic tests for tun devices

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>