rediff Patch2
OBS-URL: https://build.opensuse.org/package/show/network/ppp?expand=0&rev=25
This commit is contained in:
parent
725cab8d64
commit
0ef11af2d6
@ -169,8 +169,8 @@
|
|||||||
--- pppd/sys-linux.c
|
--- pppd/sys-linux.c
|
||||||
+++ pppd/sys-linux.c
|
+++ pppd/sys-linux.c
|
||||||
@@ -206,6 +206,8 @@
|
@@ -206,6 +206,8 @@
|
||||||
|
|
||||||
static int if_is_up; /* Interface has been marked up */
|
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 int have_default_route; /* Gateway for default route added */
|
||||||
+static struct rtentry old_def_rt; /* Old default route */
|
+static struct rtentry old_def_rt; /* Old default route */
|
||||||
+static int default_rt_repl_rest; /* replace and restore old default rt */
|
+static int default_rt_repl_rest; /* replace and restore old default rt */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user