diff options
author | Christian Breunig <christian@breunig.cc> | 2023-11-13 22:19:01 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-11-15 20:23:49 +0100 |
commit | c139f40e51c855a701e307067809fc91e21cdd65 (patch) | |
tree | 91a42c99b5cadd16c34dff57a532b6d523b7f8c8 /interface-definitions | |
parent | ce21078a983552db3f36ee95ca6bc55dd15fa170 (diff) | |
download | vyos-1x-c139f40e51c855a701e307067809fc91e21cdd65.tar.gz vyos-1x-c139f40e51c855a701e307067809fc91e21cdd65.zip |
igmp: T5736: support per interface "disable" CLI node
(cherry picked from commit 6ce2ecb10884a4b79a7643e22596a2d03d805a91)
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> |