summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show-ip-igmp.xml.in
AgeCommit message (Collapse)Author
2023-11-15igmp: T5736: migrate "protocols igmp" to "protocols pim"Christian Breunig
IGMP and PIM are two different but related things. FRR has both combined in pimd. As we use get_config_dict() and FRR reload it is better to have both centrally stored under the same CLI node (as FRR does, too) to just "fire and forget" the commit to the daemon. "set protocols igmp interface eth1" -> "set protocols pim interface eth1 igmp" (cherry picked from commit bc83fb097719f5c4c803808572f690fbc367b9e5)
2021-02-09xml: op-mode: remove absolute path from vtyshChristian Poessinger
2021-01-10xml: op-mode: add preprocessor support as known from configuration modeChristian Poessinger