From 76a7a3540b3e2f111c267df83fb0b528dd8c6fa5 Mon Sep 17 00:00:00 2001 From: Dan Smith Date: Fri, 22 Jun 2012 10:15:42 -0700 Subject: Migrate existing routes from flat_interface Right now, any routes that exist on flat_interface (other than the default route) get lost when we set up the bridge. This patch migrates them over to avoid losing that connectivity. It does so by using 'ip route' instead of 'route', which is much easier to script and is consistent with other use of iproute2 tools in linux_net.py. Bug 962822 Change-Id: I7d9e8e05169f2f87e8481595397c02fd3a3612f4 --- Authors | 1 + 1 file changed, 1 insertion(+) (limited to 'Authors') diff --git a/Authors b/Authors index fb6f98e02..e1a1ee839 100644 --- a/Authors +++ b/Authors @@ -44,6 +44,7 @@ Cory Wright Craig Vyvial Dan Prince Dan Wendlandt +Dan Smith Daniel P. Berrange Dave Lapsley Dave Walker -- cgit