summaryrefslogtreecommitdiffstats
path: root/yang
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2021-07-22 14:35:06 +0200
committerGitHub <noreply@github.com>2021-07-22 14:35:06 +0200
commit6afa0b137a00ffc68a8711ab754c6bbb6d19915d (patch)
treec0f2cd9fc71e5965b44f6b871bdd7cedc6c1876a /yang
parentMerge pull request #8986 from mobash-rasool/pim-upst-2 (diff)
parentpimd: zlog_info changed to zlog_notice for neighbor up/down event (diff)
downloadfrr-6afa0b137a00ffc68a8711ab754c6bbb6d19915d.tar.xz
frr-6afa0b137a00ffc68a8711ab754c6bbb6d19915d.zip
Merge pull request #8983 from mobash-rasool/pim-upstreaming-activity
pimd: Minor fixes for BSM Show CLI and Hold Timer CLI
Diffstat (limited to 'yang')
-rw-r--r--yang/frr-pim.yang4
1 files changed, 2 insertions, 2 deletions
diff --git a/yang/frr-pim.yang b/yang/frr-pim.yang
index 6329e4558..f73776c1a 100644
--- a/yang/frr-pim.yang
+++ b/yang/frr-pim.yang
@@ -351,8 +351,8 @@ module frr-pim {
}
leaf hello-holdtime {
- type uint8 {
- range "1..180";
+ type uint16 {
+ range "1..630";
}
must ". > ./../hello-interval" {
error-message "HoldTime must be greater than Hello";