[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

IFENSLAVE example /usr/share/doc/ifenslave/examples/two_hotplug_ethernet



Hi folks, 

I've noticed a minor (typo) error in /usr/share/doc/ifenslave/examples/two_hotplug_ethernet
package: ifenslave

It is:
...
allow-hotplug eth0
iface eth0 inet manual
	bond-master bond0
	bond-primary eth0 eth1

allow-hotplug eth1
iface eth0 inet manual   <<<<<<--------
...


But might should be:
...
allow-hotplug eth0
iface eth0 inet manual
	bond-master bond0
	bond-primary eth0 eth1

allow-hotplug eth1
iface eth1 inet manual   <<<<<<--------
...

The distribution I've just installed is "Stable" Stretch (9.6)

Kind regards,
LAZA


Reply to: