OpenBSD CVS

CVS log for src/etc/netstart


[BACK] Up to [local] / src / etc

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: OPENBSD_2_8_BASE


Revision 1.72 / (download) - annotate - [select for diffs], Sat Sep 2 15:59:29 2000 UTC (23 years, 8 months ago) by todd
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.71: +3 -1 lines
Diff to previous 1.71 (colored)


subtle bug .. global variables in a while loop need reset 'just incase'
With:
	hostname.fxp0 having a last line of:
		inet6 alias 3ffe:...
	and hostname.gif0 having a first two lines of:
		giftunnel 1.2.3.4
		dest 1.2.4.3
	We end up with the command:
		ifconfig gif0 giftunnel alias 1.2.3.4  1.2.4.3
.. which is clearly wrong and fixed by this change

This form allows you to request diff's 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.