devel:blueprints:consolidated-interface-table
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| devel:blueprints:consolidated-interface-table [2009/03/19 13:24] – morten | devel:blueprints:consolidated-interface-table [2009/03/19 13:26] (current) – morten | ||
|---|---|---|---|
| Line 61: | Line 61: | ||
| </ | </ | ||
| + | |||
| + | The gwport table contains a field dubbed '' | ||
| + | |||
| + | <code sql> | ||
| + | -- Routing protocol attributes | ||
| + | CREATE TABLE rproto_attr ( | ||
| + | id SERIAL NOT NULL, | ||
| + | interfaceid INT4 NOT NULL, | ||
| + | protoname VARCHAR NOT NULL, -- bgp/ | ||
| + | metric INT4, | ||
| + | |||
| + | CONSTRAINT rproto_attr_pkey | ||
| + | | ||
| + | CONSTRAINT rproto_attr_interfaceid_fkey | ||
| + | | ||
| + | | ||
| + | ); | ||
| + | </ | ||
| + | |||
devel/blueprints/consolidated-interface-table.1237469047.txt.gz · Last modified: by morten
