80831f688a05b761bcf8c5469f770b2f6e89ac25
[nepi.git] / src / nepi / testbeds / ns3 / validation.py
1 #!/usr/bin/env python
2 # -*- coding: utf-8 -*-
3
4 # TODO: Allow netrefs!
5 def is_address(attribute, value):
6     if not isinstance(value, str):
7         return False
8     return True
9