Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
docs:guide-user:advanced:pbr_extras [2023/09/27 01:49] – move from docs:guide-user:network:routing:pbr_netifd vgaeteradocs:guide-user:advanced:pbr_extras [2023/10/14 05:42] – use service invocation vgaetera
Line 1: Line 1:
-====== PBR with netifd ======+====== PBR extras ======
 {{section>meta:infobox:howto_links#basic_skills&noheader&nofooter&noeditbutton}} {{section>meta:infobox:howto_links#basic_skills&noheader&nofooter&noeditbutton}}
  
 ===== Introduction ===== ===== Introduction =====
   * This instruction configures [[wp>Policy-based_routing|PBR]] with [[docs:techref:netifd|netifd]] on OpenWrt.   * This instruction configures [[wp>Policy-based_routing|PBR]] with [[docs:techref:netifd|netifd]] on OpenWrt.
-  * Follow the [[docs:guide-user:advanced:pbr_netifd#automated|automated]] section for quick setup.+  * Follow the [[docs:guide-user:advanced:pbr_extras#automated|automated]] section for quick setup.
  
 ===== Features ===== ===== Features =====
Line 44: Line 44:
 pbr_rule_"${PBR_CMD}" pbr_rule_"${PBR_CMD}"
 uci commit network uci commit network
-/etc/init.d/network restart+service network restart
 } }
  
Line 136: Line 136:
 ===== Automated ===== ===== Automated =====
 <code bash> <code bash>
-wget -U "" -O pbr-extras.sh "https://openwrt.org/_export/code/docs/guide-user/advanced/pbr_netifd?codeblock=0"+wget -U "" -O pbr-extras.sh "https://openwrt.org/_export/code/docs/guide-user/advanced/pbr_extras?codeblock=0"
 . ./pbr-extras.sh . ./pbr-extras.sh
 </code> </code>
  
  • Last modified: 2023/11/17 13:52
  • by vgaetera