Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • NetworkManager-openvpn NetworkManager-openvpn
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 44
    • Issues 44
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • NetworkManager-openvpnNetworkManager-openvpn
  • Merge requests
  • !19
The source project of this merge request has been removed.

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

Closed ovalenti requested to merge (removed):feature/pull-filter into master Mar 20, 2020
  • Overview 6
  • Pipelines 0
  • Changes 2

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 "
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/pull-filter