I have the below route listed, that is persistent over restarts.
"route -n"
69.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 eth0
and
"ip route"
69.0.0.0/8 dev eth0 proto kernel scope link src 69.1XX.XXX.X7 metric 100
While "grep -r "69.0.0.0" /etc" returns nothing. OS is CENTOS7.
What other locations/configuration files regularly hold static routes? Or how can I determine what config files are being used to build my route table.
Or is there some other gotcha with regards to general ip management?