diff options
| author | Barry A. Trent <barry.trent@atcorp.com> | 2024-08-08 15:03:06 -0700 | 
|---|---|---|
| committer | Barry A. Trent <barry.trent@atcorp.com> | 2024-09-20 13:44:27 -0700 | 
| commit | 26b67993d0de7e64d3409858bc0f165b9f8d4c1c (patch) | |
| tree | d5370cb4eac9f5851fe3e33a50ecbeee99157f1d /yang | |
| parent | f07579254aec418c63dcae1772a9a97be5ebec6b (diff) | |
pimd, yang: add cli for igmp proxy
Signed-off-by: Barry A. Trent <barry.trent@atcorp.com>
Diffstat (limited to 'yang')
| -rw-r--r-- | yang/frr-gmp.yang | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/yang/frr-gmp.yang b/yang/frr-gmp.yang index e6a1f7f640..5636010d91 100644 --- a/yang/frr-gmp.yang +++ b/yang/frr-gmp.yang @@ -146,6 +146,13 @@ module frr-gmp {          "Querier's Robustness Variable allows tuning for the           expected packet loss on a network.";      } +     +    leaf proxy { +      type boolean; +      default "false"; +      description +        "Enable IGMP proxy on the interface."; +    }      list join-group {        key "group-addr source-addr";  | 
