Skip to content

Commit

Permalink
pim: T5733: rename watermark-warn -> watermark-warning
Browse files Browse the repository at this point in the history
  • Loading branch information
c-po committed Nov 13, 2023
1 parent 2b95f46 commit af30962
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions data/templates/frr/pimd.frr.j2
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ ip pim spt-switchover infinity-and-beyond {{ 'prefix-list ' ~ spt_switchover.inf
ip pim ssm {{ ssm }}
{% endif %}
!
{% if igmp.watermark_warn is vyos_defined %}
ip igmp watermark-warn {{ igmp.watermark_warn }}
{% if igmp.watermark_warning is vyos_defined %}
ip igmp watermark-warn {{ igmp.watermark_warning }}
{% endif %}
!
2 changes: 1 addition & 1 deletion interface-definitions/protocols-pim.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<help>Internet Group Management Protocol (IGMP) options</help>
</properties>
<children>
<leafNode name="watermark-warn">
<leafNode name="watermark-warning">
<properties>
<help>Configure group limit for watermark warning</help>
<valueHelp>
Expand Down

0 comments on commit af30962

Please sign in to comment.