Skip to content

Commit

Permalink
More views
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Taht committed Jun 15, 2011
1 parent 1b32dc9 commit 205287e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion db/dscp.sql
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,8 @@ insert into mac8021d_map values('NC',7,'Network Control',7);
-- create view e2d_map

-- so I can ultimately get to figuring out how dscp is
-- currently mapping to wireless
-- currently mapping to wireless

create view dscp_8021d_v as select d.id as id, d.cp as cp ,d.prio as prio ,m.id as mac8021d_prio
from diffserv_prio_v d, mac8021d_map m
where d.prio::integer = m.priority;

0 comments on commit 205287e

Please sign in to comment.