michaelrigart / ansible-role-interfaces

An ansible role for configuring different network interfaces
GNU General Public License v3.0
83 stars 61 forks source link

Remove empty route config for Redhat #15

Closed mxjeff closed 7 years ago

mxjeff commented 7 years ago

Remove route in RedHat config when no route is defined for a NIC.

mxjeff commented 7 years ago

Also note that adding or removing a route for Redhat does not trigger Bounce ethernet devices.

We could add a register: rh_route_result and a specific ethernet bounce for redhat route modifications. It makes the task somehow bloated imho, I let you decide whether it is relevant or not then.