fix bug in vlan names feature missing ports without vlan table entry
This commit is contained in:
@@ -220,7 +220,7 @@ __PACKAGE__->belongs_to(
|
|||||||
"$args->{self_alias}.vlan" =>
|
"$args->{self_alias}.vlan" =>
|
||||||
{ '=' => \"cast($args->{foreign_alias}.vlan as text)" }
|
{ '=' => \"cast($args->{foreign_alias}.vlan as text)" }
|
||||||
};
|
};
|
||||||
},
|
}, { join_type => 'LEFT' }
|
||||||
);
|
);
|
||||||
|
|
||||||
=head2 agg_master
|
=head2 agg_master
|
||||||
|
|||||||
Reference in New Issue
Block a user