Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-15 | pim: T5733: incorporate feedback from peer review | Christian Breunig | |
2023-11-13 | igmp: T5736: support per interface "disable" CLI node | Christian Breunig | |
2023-11-13 | pim: T5733: fix CLI level of global PIM commands | Christian Breunig | |
2023-11-13 | igmp: 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" | |||
2023-11-13 | pim: T5733: rename watermark-warn -> watermark-warning | Christian Breunig | |
2023-11-13 | pim: T5733: split out XML definitions to be re-used by pim6 | Christian Breunig | |
2023-11-13 | pim: T5733: add missing FRR PIM related features | Christian Breunig | |
Migrate CLI configuration retrival to common get_config_dict(). In addition add new functionality to VyOS that is PIM related and already available in FRR. | |||
2023-03-09 | xml: T4952: improve interface completion helper CLI experience | Christian Breunig | |
2021-08-29 | xml: add missing "u32:" value declarator on integer ranges | Christian Poessinger | |
2020-04-04 | pim: T1729: Add dr-priority and IGMP join support | DmitriyEshenko | |
2020-03-27 | pim: T1729: Basic PIM implementation | DmitriyEshenko | |