[ixpmanager] updating netmask
Marc Bruyere
mbruyere at nc.u-tokyo.ac.jp
Wed Jul 29 08:35:06 IST 2020
Hi,
Anyway even if it is not configurable thru the frontend UI. How to
access NetworkInfo thru any API endpoints ?
If not actual endpoints, we will patch locally IXP-Manager and propose a
Pull Request/Issue, if Ok ?
Thx
/mb
Le 03/09/2018 à 19:24, Barry O'Donovan a écrit :
> Hi Ulf,
>
> there's no frontend UI for this right now. There was but it was
> problematic so it's been dropped for now.
>
> Just edit the database.
>
> We need to work out a longer term plan for storing this kind of
> information in a better format.
>
> - Barry
>
>
> Ulf Kieber wrote on 03/09/2018 10:54:
>> Hello all,
>>
>> we have used an IPv4 /25 as peering IPs in the past and would like to
>> open that up to a /24. The netmask is stored in the database table
>> networkinfo:
>>
>> mysql> select id,vlanid,protocol,network,masklen from networkinfo where
>> mysql> protocol=4;
>> +----+--------+----------+---------------+---------+
>> | id | vlanid | protocol | network | masklen |
>> +----+--------+----------+---------------+---------+
>> | 2 | 1 | 4 | 193.178.185.0 | 25 |
>> +----+--------+----------+---------------+---------+
>> 1 row in set (0.00 sec)
>>
>> mysql>
>>
>> But I seem to be unable to find the location to change it in the web
>> frontend. (I could certainly change it manually in the database, but I
>> suppose there should be a way to do this using the frontend.)
>>
>> Any pointers would be appreciated.
>>
>> Thanks and best regards,
>>
>
>
More information about the ixpmanager
mailing list