Good afternoon,
I have an XG115 that shows a wireless interface in Network | Interfaces. However that wireless interface doesn't actually exist. I have deleted all of the wireless networks.
I ran :
psql -U nobody -d corporate -c "select * from tbldhcpconf ;" and there is no DHCP config for the interface
psql -U nobody -d corporate -c "select * from tblinterface;" shows the interface named VENDOR
psql -U nobody -d corporate -c "delete from tblinterface where interface='VENDOR'; " tells me there is a foreign key violation in tbldhcpconf even though that interface is NOT in DHCP.
I deleted all the DHCP servers and confirmed tbldhcpconf was empty, but I still could not delete VENDOR from tblinterface. I created a DHCP server for VENDOR and then removed it, but that didn't help.
Any thoughts, or do I need to reformat and rebuild?
Thanks,
Brent
This thread was automatically locked due to age.