diff options
author | Christian Breunig <christian@breunig.cc> | 2023-11-13 22:19:01 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-11-13 22:23:09 +0100 |
commit | 6ce2ecb10884a4b79a7643e22596a2d03d805a91 (patch) | |
tree | 453b72c66479699d3c63386126ac4ba8b240f568 /interface-definitions | |
parent | dd13213ae94f071bc30cc17f5fabef02fbf95939 (diff) | |
download | vyos-1x-6ce2ecb10884a4b79a7643e22596a2d03d805a91.tar.gz vyos-1x-6ce2ecb10884a4b79a7643e22596a2d03d805a91.zip |
igmp: T5736: support per interface "disable" CLI node
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/protocols-pim.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-definitions/protocols-pim.xml.in b/interface-definitions/protocols-pim.xml.in index bbdb00cae..39188398b 100644 --- a/interface-definitions/protocols-pim.xml.in +++ b/interface-definitions/protocols-pim.xml.in @@ -31,6 +31,7 @@ <help>Internet Group Management Protocol (IGMP) options</help> </properties> <children> + #include <include/generic-disable-node.xml.i> <tagNode name="join"> <properties> <help>IGMP join multicast group</help> |