diff options
author | Patrick McLean <patrick.mclean@sony.com> | 2020-02-20 15:26:11 -0800 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2020-02-20 15:29:38 -0800 |
commit | 8b03bd4bad5835093ff44834251ba0e9cdad54be (patch) | |
tree | a4309e28ee5e5faed5eee9043e40966a072cee5c /app-vim/vim-nftables/files | |
parent | media-video/peek: 1.5.1 bump (diff) | |
download | gentoo-8b03bd4bad5835093ff44834251ba0e9cdad54be.tar.gz gentoo-8b03bd4bad5835093ff44834251ba0e9cdad54be.tar.bz2 gentoo-8b03bd4bad5835093ff44834251ba0e9cdad54be.zip |
app-vim/vim-nftables: New package
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'app-vim/vim-nftables/files')
-rw-r--r-- | app-vim/vim-nftables/files/vim-nftables-0_pre20200220-extra-keywords.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/app-vim/vim-nftables/files/vim-nftables-0_pre20200220-extra-keywords.patch b/app-vim/vim-nftables/files/vim-nftables-0_pre20200220-extra-keywords.patch new file mode 100644 index 000000000000..b06349115788 --- /dev/null +++ b/app-vim/vim-nftables/files/vim-nftables-0_pre20200220-extra-keywords.patch @@ -0,0 +1,22 @@ +From e378b1484a85399032ff32d86ad2a5bde936762f Mon Sep 17 00:00:00 2001 +From: adrian5 <adrian5@users.noreply.github.com> +Date: Mon, 17 Feb 2020 22:13:50 +0100 +Subject: [PATCH] Add icmpv6 keyword + +--- + syntax/nftables.vim | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/syntax/nftables.vim b/syntax/nftables.vim +index c80eb9d..d5d0e3f 100644 +--- a/syntax/nftables.vim ++++ b/syntax/nftables.vim +@@ -23,7 +23,7 @@ syn keyword Function table chain + syn keyword Statement type hook + syn keyword Type ip ip6 inet arp bridge + syn keyword Type filter nat route +-syn keyword Type ether vlan arp ip ip6 tcp udp udplite sctp dccp ah esp ipcomp icmp ++syn keyword Type ether vlan arp ip ip6 tcp udp udplite sctp dccp ah esp ipcomp icmp icmpv6 igmp + syn keyword Type ct + syn keyword Type length protocol priority mark iif iifname iiftype oif oifname oiftype skuid skgid rtclassid + syn keyword Constant prerouting input forward output postrouting |