mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 12:33:02 +02:00
src/confd: minor, fix iana-if-type revision
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
const struct srx_module_requirement ietf_if_reqs[] = {
|
const struct srx_module_requirement ietf_if_reqs[] = {
|
||||||
{ .dir = YANG_PATH_, .name = "ietf-interfaces", .rev = "2018-02-20" },
|
{ .dir = YANG_PATH_, .name = "ietf-interfaces", .rev = "2018-02-20" },
|
||||||
{ .dir = YANG_PATH_, .name = "iana-if-type", .rev = "2023-01-26" },
|
{ .dir = YANG_PATH_, .name = "iana-if-type", .rev = "2017-01-19" },
|
||||||
{ .dir = YANG_PATH_, .name = "ietf-ip", .rev = "2018-02-22" },
|
{ .dir = YANG_PATH_, .name = "ietf-ip", .rev = "2018-02-22" },
|
||||||
|
|
||||||
{ NULL }
|
{ NULL }
|
||||||
|
|||||||
Reference in New Issue
Block a user