X-Git-Url: http://www.git.cypherpunks.ru/?p=nncp.git;a=blobdiff_plain;f=doc%2Fcfg%2Fgeneral.texi;h=2575779de6171bde4c9a803c3c34b79b7a61e10b;hp=69551a280e85521acb0a16979d14db16c2e5554a;hb=857b50285a0b75f03c2f2bfa5daa39901cfdf320;hpb=6db8b9f512c485340ab55d64e8d9e5dd2f78a21d diff --git a/doc/cfg/general.texi b/doc/cfg/general.texi index 69551a2..2575779 100644 --- a/doc/cfg/general.texi +++ b/doc/cfg/general.texi @@ -13,8 +13,8 @@ noprogress: true nohdr: true # MultiCast Discovery -mcd-listen: ["em0", "igb1"] -mcd-send: {em0: 60, igb1: 5} +mcd-listen: ["em[0-3]", "igb_.*"] +mcd-send: {"em[0-3]": 60, igb_.*: 5} # Yggdrasil aliases yggdrasil-aliases: { @@ -52,12 +52,12 @@ And optional @ref{MCD, MultiCast Discovery} options: @table @code @anchor{CfgMCDListen} @item mcd-listen -Specifies list of network interfaces @ref{nncp-caller} will listen for -incoming @ref{MCD} announcements. +Specifies list of network interfaces regular expression +@ref{nncp-caller} will listen for incoming @ref{MCD} announcements. @anchor{CfgMCDSend} @item mcd-send -Specifies list of network interfaces, and intervals in seconds, where -@ref{nncp-daemon} will send @ref{MCD} announcements. +Specifies list of network interfaces regular expressions, and intervals +in seconds, where @ref{nncp-daemon} will send @ref{MCD} announcements. @end table @anchor{CfgYggdrasilAliases}