@@ -57,8 +57,9 @@ class OLT implements DeviceInterface, TenancyIdTraitInterface, LocationInterface
/**
* @var string $ip
*
- * @ORM\Column(type="string", length=50, nullable=false, unique=true)
+ * @ORM\Column(type="string", length=15, nullable=false, unique=true)
* @Assert\NotNull
+ * @Assert\Ip
*/
protected $ip;