Skip to content

Add support for the --pull-filter command-line option

ovalenti requested to merge (removed):feature/pull-filter into master

The 'pull-filter' property is added to the allowed values of vpn.data.

It is an URL-encoded string of coma-separated filter definitions.

Each filter starts with a letter specifying the action: '+'=accept '-'=reject 'x'=ignore and ends with the filtered pull option.

Ex: pull-filter = %2Broute%20192.168.1.%2Cxroute%20
is equivalent to
--pull-filter accept "route 192.168.1." --pull-filter ignore "route "

Merge request reports