routeprotocol


Description

This table contains unique protocols that are received as part of interface route processing. Valid values are local, other, netmgmt, ospf

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('zone.routeprotocol_id_seq'::regclass)
interface_route.routeprotocol_id fk_intf_route_protocol R
interface_route.routeprotocol_id fk_intf_route_protocol R

Unique identifier for routeprotocol record

protocol text 2147483647 null

Value for protocol.

Table contained 0 rows

Indexes

Constraint Name Type Sort Column(s)
pk_routeproto Primary key Asc id
uk_routeproto Must be unique Asc protocol

Relationships