diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-05-04 18:45:01 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-05-04 18:45:01 +0200 |
commit | 82e6e3584393548171919b40e28be69b8dbdde60 (patch) | |
tree | 7f6c39aa3b1b811b8ec1f0660fbb64ae4eb75ce1 /debian/README.Debian | |
parent | redhat: Remove references to cumulus directory (diff) | |
download | frr-82e6e3584393548171919b40e28be69b8dbdde60.tar.xz frr-82e6e3584393548171919b40e28be69b8dbdde60.zip |
*: Rename debian.conf -> daemons.conf
The debian.conf file is to specific of a name towards
debian distributions. Rename to be daemons.conf
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'debian/README.Debian')
-rw-r--r-- | debian/README.Debian | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/README.Debian b/debian/README.Debian index 4cf35d7e3..1b0480336 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -83,7 +83,7 @@ into the kernel. ===================================================================== If this message occurs the receive buffer should be increased by adding the -following to /etc/sysctl.conf and "--nl-bufsize" to /etc/frr/debian.conf. +following to /etc/sysctl.conf and "--nl-bufsize" to /etc/frr/daemons.conf. > net.core.rmem_default = 262144 > net.core.rmem_max = 262144 See message #4525 from 2005-05-09 in the quagga-users mailing list. |