The source project of this merge request has been removed.
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 "