#12 store Cisco PortFast status in device_port_properties:faststart
This commit is contained in:
@@ -27,6 +27,8 @@ __PACKAGE__->add_columns(
|
||||
{ data_type => "text", is_nullable => 1 },
|
||||
"raw_speed",
|
||||
{ data_type => "bigint", is_nullable => 1 },
|
||||
"faststart",
|
||||
{ data_type => "boolean", is_nullable => 1 },
|
||||
);
|
||||
__PACKAGE__->set_primary_key("port", "ip");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user