summaryrefslogtreecommitdiff
path: root/yang/frr-eigrpd.yang
AgeCommit message (Collapse)Author
2024-01-22eigrpd: convert distribute-list configuration to northboundIgor Ryzhov
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
2023-02-09yang: add SPDX License IDsDavid Lamparter
YANG files get to keep their license boilerplate in addition to the SPDX header, since they are likely to be copied around individually. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
2020-09-17yang: use leafref instead of stringIgor Ryzhov
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
2020-05-04yang: adopt the BSD-2-Clause license for our YANG modulesRenato Westphal
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
2020-04-12yang: use the correct type for EIGRP neighborsRenato Westphal
Fixes #6193. Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
2020-03-25*: use the current project name (FRRouting)Lou Berger
Signed-off-by: Lou Berger <lberger@labn.net>
2019-09-10yang: create interface reference typeQuentin Young
Instead of copy-pasting a 16 character string type for use as an interface reference, create a new typedef that leafref's the name node of an interface. This way the constraints change with the constraints on an interface name itself, and it's self documenting. Incidentally ripd and ripngd forgot the 16 character constraint in their offset-list configs and IS-IS forgot it entirely, so this also fixes minor bugs. Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
2019-08-03yang: change EIGRP authentication enum nameRafael Zalamena
In order to keep compatibility with the initial CLI, the enumeration name for sha2 was changed. No CLI code workarounds required. Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
2019-07-09yang/eigrp: change active-time timer to secondsRafael Zalamena
Based on feedback. Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
2019-06-27yang: import EIGRP YANG modelRafael Zalamena
Based on Cisco YANG model but simplified to look more like FRR's CLI options and types. Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>