Page MenuHomeFreeBSD

netgraph/ng_car: Fix spelling
ClosedPublic

Authored by donner on Mar 4 2020, 11:26 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 25, 8:55 AM
Unknown Object (File)
Mon, May 25, 12:39 AM
Unknown Object (File)
Thu, May 21, 10:55 PM
Unknown Object (File)
Thu, May 21, 2:39 PM
Unknown Object (File)
Thu, May 21, 8:03 AM
Unknown Object (File)
Wed, May 20, 7:33 AM
Unknown Object (File)
Wed, May 20, 12:17 AM
Unknown Object (File)
Wed, May 13, 2:46 AM

Details

Reviewers
None
Group Reviewers
network
manpages
Commits
rS358657: Fix spelling of "dropped".
Summary

Fix a spelling error in this module.

Test Plan
# ngctl
+ mkpeer car c upper
+ msg c setconf { upstream={ cbs=1 greenAction=2 } downstream={ cbs=1 greenAction=2 } }
+ write c 00
+ msg c getstats
Rec'd response "getstats" (1) from "[b8]:":
Args:   { downstream={ droped=1 green=1 } }

After the patch it should report "dropped".

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 29773
Build 27610: arc lint + arc unit

Event Timeline

donner retitled this revision from ng_car: Fix spelling to netgraph/ng_car: Fix spelling.Mar 4 2020, 11:27 AM
donner added a reviewer: network.

The man page needs an update, too.

This revision was not accepted when it landed; it landed in state Needs Review.Mar 4 2020, 10:32 PM
Closed by commit rS358657: Fix spelling of "dropped". (authored by glebius). · Explain Why
This revision was automatically updated to reflect the committed changes.