opennetadmin / ona

OpenNetAdmin IP Address Management (IPAM) system
opennetadmin.com
GNU General Public License v2.0
142 stars 35 forks source link

GMP PHP module should be mandatory during ONA install #43

Open grrrreg opened 11 years ago

grrrreg commented 11 years ago

It seems is_ipv4() function can't be created in the last ONA release if we don't install the GMP module. It results on a 500 error when trying to create a network object.

Finkregh commented 11 years ago

+1

chuhn commented 8 years ago

grrrreg is absolute right that ONA does not work at all without GMP eg. you cannot create subnets.

A fix would be to move is_ipv4 definition outside of ip_mangle_gmp definition.