From nobody Sun Oct 24 16:04:01 2021 X-Original-To: ports-bugs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id CB095181E1BC for ; Sun, 24 Oct 2021 16:04:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HcjZ95CXHz3rkw for ; Sun, 24 Oct 2021 16:04:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 94C491868E for ; Sun, 24 Oct 2021 16:04:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 19OG41iK004797 for ; Sun, 24 Oct 2021 16:04:01 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 19OG41pX004796 for ports-bugs@FreeBSD.org; Sun, 24 Oct 2021 16:04:01 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 259403] net/frr7: libyang warns "Schema node X not found with context node Y" loading frr-zebra.yang Date: Sun, 24 Oct 2021 16:04:01 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: john@saltant.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: olivier@freebsd.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Ports bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-ports-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports-bugs@freebsd.org X-BeenThere: freebsd-ports-bugs@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259403 Bug ID: 259403 Summary: net/frr7: libyang warns "Schema node X not found with context node Y" loading frr-zebra.yang Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: olivier@freebsd.org Reporter: john@saltant.com Flags: maintainer-feedback?(olivier@freebsd.org) Assignee: olivier@freebsd.org Created attachment 228985 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D228985&action= =3Dedit net/frr7: Backport 7573cb8 "yang: fix zebra module" After upgrading net/libyang to 1.0.240, zebra began emitting the following warnings during service start. Checking zebra.conf 2021/10/24 11:41:55 ZEBRA: libyang: Schema node "condition" not found (./condition) with context node "/frr-route-map:lib/route-map/entry/match-condition". 2021/10/24 11:41:55 ZEBRA: libyang: Schema node "condition" not found (./condition =3D 'ipv4-prefix-length' or ./condition) with context node "/frr-route-map:lib/route-map/entry/match-condition". 2021/10/24 11:41:55 ZEBRA: libyang: Schema node "condition" not found (./condition) with context node "/frr-route-map:lib/route-map/entry/match-condition". 2021/10/24 11:41:55 ZEBRA: libyang: Schema node "condition" not found (./condition) with context node "/frr-route-map:lib/route-map/entry/match-condition". 2021/10/24 11:41:55 ZEBRA: libyang: Schema node "condition" not found (./condition) with context node "/frr-route-map:lib/route-map/entry/match-condition". 2021/10/24 11:41:55 ZEBRA: libyang: Schema node "action" not found (./actio= n) with context node "/frr-route-map:lib/route-map/entry/set-action". 2021/10/24 11:41:55 ZEBRA: libyang: Schema node "action" not found (./actio= n) with context node "/frr-route-map:lib/route-map/entry/set-action". 2021/10/24 11:41:55 ZEBRA: [EC 4043309111] Disabling MPLS support (no kernel support) OK This appears to be a consequence the bug reported upstream as #8521 [0]. A = fix is available [1] in the 7-stable branch, but has not appeared in a 7.x rele= ase. [0] https://github.com/FRRouting/frr/issues/8521 [1] https://github.com/FRRouting/frr/commit/7573cb86a259d3c9ef6eae9dd5d529f8080= 922cd --=20 You are receiving this mail because: You are the assignee for the bug.=