Home
FreeBSD
Search
Configure Global Search
Log In
Transactions
D44633
Change Details
Change Details
Old
New
Diff
Make peer node with invalid type foo: Before the change: ``` # ngctl mkpeer . foo hook ether ngctl: send msg: aNo such file or directory ``` After this change: ``` # ngctl mkpeer . foo hook ether ngctl: send msg: Device not configured ```
Make peer node with invalid type foo: Before the change: ``` # ngctl mkpeer . foo hook ether ngctl: send msg: No such file or directory ``` After this change: ``` # ngctl mkpeer . foo hook ether ngctl: send msg: Device not configured ```
Make peer node with invalid type foo: Before the change: ``` # ngctl mkpeer . foo hook ether ngctl: send msg:
a
No such file or directory ``` After this change: ``` # ngctl mkpeer . foo hook ether ngctl: send msg: Device not configured ```
Continue