ipv4 attribute not allowd in pgv2/geniv3 node element
[sfa.git] / sfa / rspecs / elements / property.py
1 from sfa.rspecs.elements.element import Element
2
3 class Property(Element):
4     
5     fields = [
6         'source_id',
7         'dest_id',
8         'capacity',
9         'latency',
10         'packet_loss',
11     ]
12