]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r260046 (by glebius):
authordim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 20 Mar 2014 22:03:37 +0000 (22:03 +0000)
committerdim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 20 Mar 2014 22:03:37 +0000 (22:03 +0000)
commit8e6c326275244b4eef4979926f0a595dc99f898b
treeb6bd492cac41b06620cb6712fc330c75ffb18dfb
parent446c7d453e66cf3787e11e75b07198937f859f0d
MFC r260046 (by glebius):

Fix the parse type for NGM_LISTTYPES.

Actually, text versions of generic commands are not used, since ngctl(8)
uses binary messages for them. And to request a text command one needs
a working ngctl(8). That's why the bug was never discovered. I'm pondering
on removing the text support for generic commands.

Found by: dim with clang 3.4

git-svn-id: svn://svn.freebsd.org/base/stable/9@263452 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/netgraph/ng_base.c