github.com/jfrazelle/docker@v1.1.2-0.20210712172922-bf78e25fe508/libnetwork/ipamapi/labels.go (about)

     1  package ipamapi
     2  
     3  const (
     4  	// Prefix constant marks the reserved label space for libnetwork
     5  	Prefix = "com.docker.network"
     6  
     7  	// AllocSerialPrefix constant marks the reserved label space for libnetwork ipam
     8  	// allocation ordering.(serial/first available)
     9  	AllocSerialPrefix = Prefix + ".ipam.serial"
    10  )