Skip to content

Commit bf17f2b

Browse files
committed
LocalIP: change {name} to {ifname} in --localip-key-format for consistancy
Breaking change. Fix #1639
1 parent 88e193e commit bf17f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/localip/localip.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ static void formatKey(const FFLocalIpOptions* options, FFLocalIpResult* ip, uint
2626
ffStrbufClear(key);
2727
FF_PARSE_FORMAT_STRING_CHECKED(key, &options->moduleArgs.key, ((FFformatarg[]) {
2828
FF_FORMAT_ARG(index, "index"),
29-
FF_FORMAT_ARG(ip->name, "name"),
29+
FF_FORMAT_ARG(ip->name, "ifname"),
3030
FF_FORMAT_ARG(ip->mac, "mac"),
3131
FF_FORMAT_ARG(options->moduleArgs.keyIcon, "icon"),
3232
}));

0 commit comments

Comments
 (0)