2

Need to change Fedora Linux's IPv6 stack for NDP DAD timer changes.

How to locate the Fedora's IPv6 and IPv4 stack in Fedora distribution dvd/site so that, we can recompile and generate new stack ?

2 Answers 2

2

To change the NDP DAD timing, use sysctl. The sysctl-key to look at is net.ipv6.neigh.<if>.retrans_time_ms.

0

"Fedora" doesn't have an IPv4/IPv6 stack. "Fedora" is a distribution -- a collection of tools and utilities. Fedora is built around "Linux", which does have a network stack. You can find the source code to Linux at kernel.org, where you can download everything as a tarball, or clone the git repository at git.kernel.org. The Kernel Hacker's Guide to Git has some useful information on getting started if you opt for this method.

1
  • This doesn't really answer the question, does it? Commented Aug 12, 2014 at 12:16

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.