SHA256
1
0
forked from pool/ppp

rediff Patch2

OBS-URL: https://build.opensuse.org/package/show/network/ppp?expand=0&rev=25
This commit is contained in:
Reinhard Max 2014-08-21 13:20:57 +00:00 committed by Git OBS Bridge
parent 725cab8d64
commit 0ef11af2d6

View File

@ -169,8 +169,8 @@
--- pppd/sys-linux.c
+++ pppd/sys-linux.c
@@ -206,6 +206,8 @@
static int if_is_up; /* Interface has been marked up */
static int if6_is_up; /* Interface has been marked up for IPv6, to help differentiate */
static int have_default_route; /* Gateway for default route added */
+static struct rtentry old_def_rt; /* Old default route */
+static int default_rt_repl_rest; /* replace and restore old default rt */