We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
{name}
{ifname}
--localip-key-format
1 parent 88e193e commit bf17f2bCopy full SHA for bf17f2b
src/modules/localip/localip.c
@@ -26,7 +26,7 @@ static void formatKey(const FFLocalIpOptions* options, FFLocalIpResult* ip, uint
26
ffStrbufClear(key);
27
FF_PARSE_FORMAT_STRING_CHECKED(key, &options->moduleArgs.key, ((FFformatarg[]) {
28
FF_FORMAT_ARG(index, "index"),
29
- FF_FORMAT_ARG(ip->name, "name"),
+ FF_FORMAT_ARG(ip->name, "ifname"),
30
FF_FORMAT_ARG(ip->mac, "mac"),
31
FF_FORMAT_ARG(options->moduleArgs.keyIcon, "icon"),
32
}));
0 commit comments