nftable-migration
1# -*- mode: snippet -*-
2# name: switch
3# key: switch
4# --
5switch {
6    case ${1:cond}:
7         $0
8}