Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save fortitudepub/6d66c57cfaaa3fce933e473c55d5f68a to your computer and use it in GitHub Desktop.
Save fortitudepub/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
@fortitudepub
Copy link
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