fedora-sysv / initscripts

📜 Scripts to bring up network interfaces and legacy utilities in Fedora.
GNU General Public License v2.0
45 stars 51 forks source link

ifup-routes: print warning when ADDRESS0 entry is missing #475

Closed suresh2514 closed 5 months ago

suresh2514 commented 5 months ago

When static routes are added via route- file, the ifup-routes script will skip adding routes if entries not starting with ADDRESS0.

Good to print a warning so that users are aware of this.

suresh2514 commented 5 months ago

Hi all,

Thanks for the review and for accepting the patch.

regards