From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonatan Schlag To: development@lists.ipfire.org Subject: [PATCH 4/4] core109: Ship network bridge changes Date: Thu, 29 Dec 2016 20:37:34 +0100 Message-ID: <1483040254-15683-4-git-send-email-jonatan.schlag@ipfire.org> In-Reply-To: <1483040254-15683-1-git-send-email-jonatan.schlag@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0995848332813986773==" List-Id: --===============0995848332813986773== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Jonatan Schlag --- config/rootfiles/core/109/filelists/files | 3 +++ config/rootfiles/core/109/update.sh | 2 ++ 2 files changed, 5 insertions(+) diff --git a/config/rootfiles/core/109/filelists/files b/config/rootfiles/cor= e/109/filelists/files index ca49b1b..7c1cc3f 100644 --- a/config/rootfiles/core/109/filelists/files +++ b/config/rootfiles/core/109/filelists/files @@ -1,3 +1,6 @@ etc/system-release etc/issue +lib/udev/rules.d/60-net.rules +lib/udev/network-hotplug-bridges +lib/udev/network-hotplug-rename usr/local/bin/syslogdctrl diff --git a/config/rootfiles/core/109/update.sh b/config/rootfiles/core/109/= update.sh index c601654..1143890 100644 --- a/config/rootfiles/core/109/update.sh +++ b/config/rootfiles/core/109/update.sh @@ -50,6 +50,8 @@ ldconfig /etc/init.d/squid start /etc/init.d/snort start =20 +# Remove old MACVTAP script +rm -vf /lib/udev/network-hotplug-macvtap =20 # This update need a reboot... #touch /var/run/need_reboot --=20 2.7.4 --===============0995848332813986773==--