use i_subinterfaces to group vlan subinterfaces like link aggregates in device ports view

This commit is contained in:
Oliver Gorwits
2022-08-02 17:42:58 +01:00
parent 7ac5b6c4b7
commit a1aac2777d
8 changed files with 37 additions and 9 deletions

View File

@@ -55,6 +55,8 @@ __PACKAGE__->add_columns(
{ data_type => "text", is_nullable => 1 },
"remote_id",
{ data_type => "text", is_nullable => 1 },
"has_subinterfaces",
{ data_type => "boolean", is_nullable => 0, default_value => \"false" },
"is_master",
{ data_type => "boolean", is_nullable => 0, default_value => \"false" },
"slave_of",