blob: fbd56115c24ac3f70849cbfa5ecefbefed647e89 [file] [log] [blame]
// Package id provides types for identifying VCs and Flows over them.
package id
// VC identifies a VC over a VIF.
type VC uint32
// Flow identifies a Flow over a VC.
type Flow uint32