From 698f8b4b2f3a19eed60a401e37908d35894774ea Mon Sep 17 00:00:00 2001 From: bol-van Date: Sat, 5 Feb 2022 19:38:00 +0300 Subject: [PATCH] readme.eng: quoting --- docs/readme.eng.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/readme.eng.md b/docs/readme.eng.md index 4376797..f527fd0 100644 --- a/docs/readme.eng.md +++ b/docs/readme.eng.md @@ -430,7 +430,7 @@ Sometimes it's required to load `ip6table_raw` kernel module with parameter raw_ In openwrt module parameters are specified after module names separated by space in files located in `/etc/modules.d`. In traditional linux first check if the problem actually exists using tcpdump or wireshark. If it does check whether iptables-legacy or iptables-nft are used. If legacy create the file -/etc/modprobe.d/ip6table_raw.conf with the following content : +`/etc/modprobe.d/ip6table_raw.conf` with the following content : ``` options ip6table_raw raw_before_defrag=1 ```