The sysctl example in bridge(4) for the "net.link.ether.bridge_cfg" OID is incorrect. It doesn't follow sysctl's "name=value" usage. Fix: cvs server: Diffing . How-To-Repeat: # sysctl net.link.ether.bridge_cfg sis0:0 net.link.ether.bridge_cfg: sis0:0 sysctl: unknown oid 'sis0:0' The right way: # sysctl net.link.ether.bridge_cfg=sis0:0 net.link.ether.bridge_cfg: sis0:0 -> sis0:0
State Changed From-To: open->analyzed Committed to -CURRENT, awaiting MFC. Thanks for the fix!
Responsible Changed From-To: freebsd-doc->bmah My typo, I'll fix it.
State Changed From-To: analyzed->closed MFC-ed to 4-STABLE...thanks!
A commit references this bug: Author: mr Date: Wed Dec 26 17:06:32 UTC 2018 New revision: 488407 URL: https://svnweb.freebsd.org/changeset/ports/488407 Log: Update to newer snapshot. nextcloud client now depends on openssl 1.1 PR: 33260 Changes: head/deskutils/nextcloudclient/Makefile head/deskutils/nextcloudclient/distinfo head/deskutils/nextcloudclient/pkg-plist