From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Yung Subject: Patch for ip setting on bridge interface and vlan Date: Wed, 23 Jan 2013 22:12:38 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Sender: initramfs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii" To: initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Hi all, I have an environment that needs to boot on bridged interface or interface using vlan. I found curent dracut release will by pass ip settings on these interfaces. So I wrote the a patch to set up provided ip options on the interfaces that using bridge or vlan. Please let me know if I need to tidy it up a bit more or add additional code to handle ip settings on bridge and vlan. Cheers Kevin