summaryrefslogtreecommitdiffstats
path: root/yang/frr-eigrpd.yang (follow)
Commit message (Collapse)AuthorAgeFilesLines
* yang: use leafref instead of stringIgor Ryzhov2020-09-171-6/+8
| | | | Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
* yang: adopt the BSD-2-Clause license for our YANG modulesRenato Westphal2020-05-051-1/+26
| | | | Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
* yang: use the correct type for EIGRP neighborsRenato Westphal2020-04-121-1/+1
| | | | | | Fixes #6193. Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
* *: use the current project name (FRRouting)Lou Berger2020-03-251-1/+1
| | | | Signed-off-by: Lou Berger <lberger@labn.net>
* yang: create interface reference typeQuentin Young2019-09-101-3/+6
| | | | | | | | | | | | | 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>
* yang: change EIGRP authentication enum nameRafael Zalamena2019-08-031-1/+1
| | | | | | | 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>
* yang/eigrp: change active-time timer to secondsRafael Zalamena2019-07-091-2/+3
| | | | | | Based on feedback. Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
* yang: import EIGRP YANG modelRafael Zalamena2019-06-271-0/+335
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>