]> git.proxmox.com Git - mirror_frr.git/commit
pimd: drop printing IP_MULTICAST_LOOP sockopt
authorDavid Lamparter <equinox@opensourcerouting.org>
Sat, 12 Mar 2022 11:52:34 +0000 (12:52 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Sat, 12 Mar 2022 11:55:12 +0000 (12:55 +0100)
commitc532e50351691077263be0aca9a19755b8bed7b0
tree65330cd94f84a571032038771f091261dd26e40f
parent82aca4ae4f995e5ff38202641ac47e127cd3c738
pimd: drop printing IP_MULTICAST_LOOP sockopt

This isn't a system or interface setting, it's a socket behavior.  It is
both irrelevant and confusing to the user since it doesn't affect any
system behavior (but it sounds like it does).  Whether it is enabled or
not is solely relevant to how the code is designed to work.

So, remove it from output.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
pimd/pim_cmd.c
pimd/pim_sock.c
pimd/pim_sock.h