소스 검색

Update vyos.md

Håvard O. Nordstrand 4 년 전
부모
커밋
44d2561ceb
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      config/network/vyos.md

+ 1 - 0
config/network/vyos.md

@@ -63,6 +63,7 @@ An example of a full configuration. Except intuitive stuff I forgot to mention.
     1. (Optional) Set firewall policies: `set firewall {local | in | out} <...>`
 1. (Optional) Set up a LAG interface:
     1. Enter interface config: `edit interfaces bonding bond<n>`
+    1. Set member interfaces: `set member interface <if>`
     1. Enable LACP: `set mode 802.3ad`
     1. Set hashing policy: `set hash-policy layer2+3`
     1. Configure as a normal interface.