marcusgc

Results 13 issues of marcusgc

Vip L7 rules is ordering by alphabetical order instead of numerical order. For example, rule number "10" is being evaluated before rule number "2".

hacktoberfest

API is letting user create 2 channels with same name for an equipment. After this the request for /interface/get-by-channel/// raises error. Need to change the request to ask for ID's...

bug
hacktoberfest

When OOB environment have more than one network prefix configured, networkapi is raising error when trying to allocate networks and vlans for rack. Instead of looking for an available network...

Class below is called when creating a new pool. When two requests are trying to create a healthcheck with the same identifier, it can be duplicated on the DB, causing...

hacktoberfest

In order to subnet the datacenter v4 networks for each rack environment, NetworkAPI gets environment configuration from ip_config and EnvironmentConfig (populated by datacenter feature for the room). While deploying new...

When adding invalid interface in port-channel, the port-channel is blocked. - It is not possible to chance the interface name or delete it as it is connected to a channel....

OBS: Dois equipamentos podem ter o mesmo IP cadastrado. Isso é o esperado para IPequipamentos. It is expected an IP to be registered to one or more equipments. The problem...

bug

/api/v3/pool/deploy//member/status/?checkstatus=1 is not locking the data in networkapi. As such, it can cause concurrence problems with another requests that change pool member table. Made two request, to delete member and...

NXOS plugins by default use the vrf management when applying scripts in equipments. Need to have the option to choose the vrf name or the default one.

enhancement

Request equipamento/tipoequipamento//ambiente/ is returning the same equipment N times for each equipment_group the equipment is in.