Skip to content

Instantly share code, notes, and snippets.

@unixapple
Created August 9, 2022 06:19
Show Gist options
  • Select an option

  • Save unixapple/6d66c57cfaaa3fce933e473c55d5f68a to your computer and use it in GitHub Desktop.

Select an option

Save unixapple/6d66c57cfaaa3fce933e473c55d5f68a to your computer and use it in GitHub Desktop.
oneliner to dump ipset and sync to vpp
ipset list | tail -n +9 - | xargs -I X vppctl glx overlay route add table 1024 X/32 acc tunnel1 1
@unixapple
Copy link
Copy Markdown
Author

glx overlay is my customed command

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment