blob: fbbba9d9aa454f0e674c90dc198232724682078b [file] [log] [blame]
message AgentPortMapping {
required int32 access_agent = 1 [ null = False, blank = False, model = AccessAgent, modifier = required, type = link, port = port_mappings, db_index = True ];
optional string mac = 2 [ null = True, max_length = 32, blank = True, help_text = "MAC Address", modifier = optional, db_index = False ];
optional string port = 3 [ null = True, max_length = 32, blank = True, help_text = "Openflow port ID", modifier = optional, db_index = False ];
}