summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Zalamena <rzalamena@opensourcerouting.org>2019-08-02 20:53:16 +0200
committerRafael Zalamena <rzalamena@opensourcerouting.org>2019-08-03 13:31:09 +0200
commit9008789aa429abac9738c4b361f0c5ebf37f2550 (patch)
treeb7c2231fa36cdd92502cffbaf510b1d9abb9c74d
parentMerge pull request #4752 from chiragshah6/evpn_dev1 (diff)
downloadfrr-9008789aa429abac9738c4b361f0c5ebf37f2550.tar.xz
frr-9008789aa429abac9738c4b361f0c5ebf37f2550.zip
yang: change EIGRP authentication enum name
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>
-rw-r--r--yang/frr-eigrpd.yang2
1 files changed, 1 insertions, 1 deletions
diff --git a/yang/frr-eigrpd.yang b/yang/frr-eigrpd.yang
index 26de7a71a..853d82388 100644
--- a/yang/frr-eigrpd.yang
+++ b/yang/frr-eigrpd.yang
@@ -57,7 +57,7 @@ module frr-eigrpd {
value 2;
}
- enum hmac-sha2 {
+ enum hmac-sha-256 {
description "HMAC SHA256 algorithm";
value 3;
}