mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-10 07:44:39 +01:00
T#14163: Show IP.Interface.{i}.Alias as 'cpe-Name' by default
This commit is contained in:
parent
b4aebc9c6d
commit
9407d52899
1 changed files with 1 additions and 1 deletions
|
|
@ -1198,7 +1198,7 @@ static int get_IPInterface_Alias(char *refparam, struct dmctx *ctx, void *data,
|
|||
struct uci_section *dmmap_section = NULL;
|
||||
|
||||
get_dmmap_section_of_config_section("dmmap_network", "interface", section_name((struct uci_section *)data), &dmmap_section);
|
||||
return bbf_get_alias(ctx, dmmap_section, "ip_int_alias", instance, value);
|
||||
return bbf_get_alias(ctx, dmmap_section, "ip_int_alias", section_name((struct uci_section *)data), value);
|
||||
}
|
||||
|
||||
static int set_IPInterface_Alias(char *refparam, struct dmctx *ctx, void *data, char *instance, char *value, int action)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue