OpenBSD CVS

CVS log for src/usr.sbin/brconfig/Attic/brconfig.c


[BACK] Up to [local] / src / usr.sbin / brconfig

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.12, Wed Sep 1 03:28:01 1999 UTC (24 years, 9 months ago) by deraadt
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +1 -1 lines
FILE REMOVED

move brconfig to /sbin, where it belongs

Revision 1.11 / (download) - annotate - [select for diffs], Mon May 24 04:01:21 1999 UTC (25 years ago) by jason
Branch: MAIN
Changes since 1.10: +29 -57 lines
Diff to previous 1.10 (colored)

use strlcpy instead of strncpy

Revision 1.10 / (download) - annotate - [select for diffs], Tue Mar 23 08:10:20 1999 UTC (25 years, 2 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5
Changes since 1.9: +2 -4 lines
Diff to previous 1.9 (colored)

never spit out two error messages, it is bad style

Revision 1.9 / (download) - annotate - [select for diffs], Fri Mar 19 22:47:33 1999 UTC (25 years, 2 months ago) by jason
Branch: MAIN
Changes since 1.8: +47 -25 lines
Diff to previous 1.8 (colored)

Add flag to allow some interfaces to not see packets with unknown destination.

Revision 1.8 / (download) - annotate - [select for diffs], Fri Mar 19 02:46:55 1999 UTC (25 years, 2 months ago) by jason
Branch: MAIN
Changes since 1.7: +83 -2 lines
Diff to previous 1.7 (colored)

Add the ability to mark an interface as "non-learning"

Revision 1.7 / (download) - annotate - [select for diffs], Fri Mar 12 23:19:26 1999 UTC (25 years, 3 months ago) by deraadt
Branch: MAIN
Changes since 1.6: +5 -4 lines
Diff to previous 1.6 (colored)

fix usage

Revision 1.6 / (download) - annotate - [select for diffs], Fri Mar 12 02:40:43 1999 UTC (25 years, 3 months ago) by jason
Branch: MAIN
Changes since 1.5: +145 -6 lines
Diff to previous 1.5 (colored)

big overhaul:
o SNAP encapsulated IP filtering
o static address cache entries
o address deletion from cache
o dynamic & full cache flush
o filter packets based on each interface, not on the bridge as a whole
o KNF nits
o allow addition of ~IFF_UP interfaces
o man page & user level fixes to match the above

Revision 1.5 / (download) - annotate - [select for diffs], Mon Mar 8 13:06:36 1999 UTC (25 years, 3 months ago) by jason
Branch: MAIN
Changes since 1.4: +31 -17 lines
Diff to previous 1.4 (colored)

better string handling

Revision 1.4 / (download) - annotate - [select for diffs], Fri Mar 5 21:10:55 1999 UTC (25 years, 3 months ago) by jason
Branch: MAIN
Changes since 1.3: +52 -3 lines
Diff to previous 1.3 (colored)

Make address cache expiration actually work and provide a knob
for adjusting the timeout.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Mar 1 04:44:44 1999 UTC (25 years, 3 months ago) by jason
Branch: MAIN
Changes since 1.2: +102 -44 lines
Diff to previous 1.2 (colored)

completely (almost) revamped ioctl's:
o new ioctls for getting/setting cache size (default == 100)
o changed SIOCBRDGRT -> SIOCBRDGRTS
o changed SIOCBRDGIDX -> SIOCBRDGIFS

Revision 1.2 / (download) - annotate - [select for diffs], Sat Feb 27 18:29:54 1999 UTC (25 years, 3 months ago) by jason
Branch: MAIN
Changes since 1.1: +55 -22 lines
Diff to previous 1.1 (colored)

changes in command syntax; suggested by deraadt.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Feb 26 17:52:12 1999 UTC (25 years, 3 months ago) by jason
Branch: MAIN

bridge config utility

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.