The fix for CR 6812924 did introduce the usage of ipmpstat from the Clearview project within the get_ipmp_state() function.
Peter Memishian rightly pointed out that parsing the output from "ipmpstat -g" is not being a stable interface.
Instead the -P option together with -o must be used to use a stable interface moving forward.
|