RobertCNelson / boot-scripts

Just a bunch of useful scripts placed under /opt/scripts/
124 stars 131 forks source link

Respect any existing ifup configuration when bringing 'usb1' online. #94

Closed siriobalmelli closed 5 years ago

siriobalmelli commented 5 years ago

User may have added an ifupdown configuration for 'usb1'. In this case the user's assumption is that their ifupdown config would be the one applied to the interface when brought up.

Maintain the default behavior as before: in absence of user directive configure usb1 with the time-honored static IP.

Signed-off-by: Sirio Balmelli sirio@b-ad.ch

RobertCNelson commented 5 years ago

@siriobalmelli , look good thank you!