mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 20:43:02 +02:00
First example of how to implement supoort for ro/state-data. Only oper-status and phys-address per interface currently. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
9 lines
236 B
Plaintext
9 lines
236 B
Plaintext
config BR2_PACKAGE_MECH
|
|
bool "mech"
|
|
select BR2_PACKAGE_CLIXON
|
|
select BR2_PACKAGE_AUGEAS
|
|
select BR2_PACKAGE_JANSSON
|
|
help
|
|
Orchestrate an Infix node using any of the front-ends
|
|
offered by Clixon, e.g. NETCONF, RESTCONF or SNMP.
|