History log of /freebsd-10-stable/share/man/man4/ng_one2many.4
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 242997 13-Nov-2012 joel

Updates for netgraph node manual pages.

Discussed with: glebius
Submitted by: Mamontov Roman <mr.xanto@gmail.com>


# 231564 12-Feb-2012 ed

Globally replace u_int*_t from (non-contributed) man pages.

The reasoning behind this, is that if we are consistent in our
documentation about the uint*_t stuff, people will be less tempted to
write new code that uses the non-standard types.

I am not going to bump the man page dates, as these changes can be
considered style nits. The meaning of the man pages is unaffected.

MFC after: 1 month


# 219127 01-Mar-2011 ae

Add XMIT_FAILOVER transmit algorithm to ng_one2many node. Packets are
delivered out the first active "many" hook.

PR: kern/137775
Submitted by: Maxim Ignatenko
MFC after: 2 weeks


# 155856 20-Feb-2006 glebius

Fix grammar.

Submitted by: ru


# 155850 19-Feb-2006 glebius

Fix misinformation in "setconfig" message description.

Noticed by: Brian A. Seklecki <lavalamp spiritual-machines.org>


# 140561 21-Jan-2005 ru

Sort sections.


# 138016 23-Nov-2004 glebius

Add missed 'the'.

Submitted by: ru


# 138015 23-Nov-2004 glebius

Document new changes:
- how node listens to flow control messages
- how node sends flow control messages

Reviewed by: ru
MFC after: 1 week


# 131594 04-Jul-2004 ru

Sort SEE ALSO references (in dictionary order, ignoring case).


# 131530 03-Jul-2004 ru

Mechanically kill hard sentence breaks and double whitespaces.


# 130582 16-Jun-2004 ru

Assorted markup, spelling, and grammar fixes.


# 129354 17-May-2004 pjd

NG_ONE2MANY_XMIT_ALL algorithm should also be listed here.

Submitted by: Michel Lavonds <fox@vader.aacc.cc.md.us>
Approved by: archie


# 128355 17-Apr-2004 ru

A simple packet distribution node type that acts like an Ethernet hub.


# 126036 20-Feb-2004 pjd

New failure detection algorithm was backed out, so backout manual
page change as well.

Requested by: scottl (mentor)


# 126013 19-Feb-2004 pjd

Update manual page (new failure detection algorithm was added).

Approved by: scottl (mentor)


# 124854 23-Jan-2004 wes

PR: docs/58586
Submitted by: Chris S.J. Peron <maneo@bsdpro.com>


# 108840 06-Jan-2003 trhodes

Correct order of alignment in EXAMPLES.

PR: 42760
Submitted by: Christian Brueffer <chris@unixpages.org>


# 84306 01-Oct-2001 ru

mdoc(7) police: Use the new .In macro for #include statements.


# 79727 14-Jul-2001 schweikh

Removed whitespace at end-of-line; no content changes. I simply did
cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//'

BTW, what editors are the culprits? I'm using vim and it shows
me whitespace at EOL in troff files with a thick blue block...

Reviewed by: Silence from cvs diff -b
MFC after: 7 days


# 79538 10-Jul-2001 ru

mdoc(7) police: removed HISTORY info from the .Os call.


# 76660 15-May-2001 archie

Fix typo.

Noticed by: ade


# 74039 09-Mar-2001 ru

mdoc(7) police: in mdocNG, -offset and -width values without scaling
indicator are treated as strings, so "-offset 0" will set the offset
to the width of the string "0", as opposed to "no offset".

TIP: if offset is not needed, the -offset clause may be omitted.


# 72071 05-Feb-2001 bde

Fixed missing include in synopsis. <sys/types.h> is still a prerequisite
for almost everything.


# 71895 01-Feb-2001 ru

mdoc(7) police: split punctuation characters + misc fixes.


# 71738 28-Jan-2001 julian

Add a new distribution algorythm to the 'one2many' node type.
The new method is 'flood' (in addition to the old round-robin)
in which incoming packets are sent to more than one outgoing hook.
(I'm not sure what Rogier is using this for but it seems generally useful
and isn't much extra)

Submitted by: Rogier R. Mulhuijzen (drwilco@drwilco.net )


# 70466 29-Dec-2000 ru

Prepare for mdoc(7)NG.


# 69777 08-Dec-2000 archie

Fix typo.

Submitted by: Ben Smithurst <csxbcs@comp.leeds.ac.uk>


# 68810 16-Nov-2000 archie

New netgraph node type ng_one2many(4).