Created
April 27, 2016 07:39
-
-
Save nl0x/5d0f6356dd9954a58d7d195b3ecd5b8e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| commit 8fc593138e241cf03dce7c8f8de273e5b0765e8f (HEAD -> refs/heads/babel) | |
| Author: Nils Schneider <[email protected]> | |
| Date: Fri Apr 15 16:24:09 2016 +0200 | |
| uradvd: set AdvDefaultLifetime to 900 | |
| diff --git a/net/uradvd/src/uradvd.c b/net/uradvd/src/uradvd.c | |
| index 6ea1b1c..b12b2cc 100644 | |
| --- a/net/uradvd/src/uradvd.c | |
| +++ b/net/uradvd/src/uradvd.c | |
| @@ -61,7 +61,7 @@ | |
| /* These are in seconds */ | |
| #define AdvValidLifetime 86400u | |
| #define AdvPreferredLifetime 14400u | |
| -#define AdvDefaultLifetime 0u | |
| +#define AdvDefaultLifetime 900u | |
| #define AdvCurHopLimit 64u | |
| #define MinRtrAdvInterval 200u |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment