mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-23 02:04:16 +03:00
network: name the nftables table "libvirt_network" rather than "libvirt"
This way when we implement nftables for the nwfilter driver, we can create a separate table called "libvirt_nwfilter" and everything will look all symmetrical and stuff. Signed-off-by: Laine Stump <laine@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
ff0d7e5c18
commit
0bd7a47356
@ -53,7 +53,7 @@ VIR_LOG_INIT("network.nftables");
|
||||
* the iptables-compat
|
||||
*/
|
||||
|
||||
#define VIR_NFTABLES_PRIVATE_TABLE "libvirt"
|
||||
#define VIR_NFTABLES_PRIVATE_TABLE "libvirt_network"
|
||||
|
||||
/* nftables backend uses the same binary (nft) for all layers, but
|
||||
* IPv4 and IPv6 have their rules in separate classes of tables,
|
||||
|
@ -2,7 +2,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_INP \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -15,7 +15,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_INP \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -28,7 +28,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_OUT \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -41,7 +41,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_OUT \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -54,7 +54,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_INP \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -67,7 +67,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_INP \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -80,7 +80,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_OUT \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -93,7 +93,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_OUT \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -106,7 +106,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_FWO \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -116,7 +116,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_FWI \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -126,7 +126,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_FWX \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -138,7 +138,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_FWO \
|
||||
ip \
|
||||
saddr \
|
||||
@ -151,7 +151,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_FWI \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -167,7 +167,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_PRT \
|
||||
ip \
|
||||
saddr \
|
||||
@ -182,7 +182,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_PRT \
|
||||
meta \
|
||||
l4proto \
|
||||
@ -202,7 +202,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_PRT \
|
||||
meta \
|
||||
l4proto \
|
||||
@ -222,7 +222,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_PRT \
|
||||
ip \
|
||||
saddr \
|
||||
@ -236,7 +236,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_PRT \
|
||||
ip \
|
||||
saddr \
|
||||
|
@ -2,7 +2,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_INP \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -15,7 +15,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_INP \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -28,7 +28,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_OUT \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -41,7 +41,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_OUT \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -54,7 +54,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_INP \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -67,7 +67,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_INP \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -80,7 +80,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_OUT \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -93,7 +93,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_OUT \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -106,7 +106,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_FWO \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -116,7 +116,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_FWI \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -126,7 +126,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_FWX \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -138,7 +138,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip6 \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_FWO \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -148,7 +148,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip6 \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_FWI \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -158,7 +158,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip6 \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_FWX \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -170,7 +170,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip6 \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_INP \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -183,7 +183,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip6 \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_INP \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -196,7 +196,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip6 \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_OUT \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -209,7 +209,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip6 \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_OUT \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -222,7 +222,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip6 \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_INP \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -235,7 +235,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip6 \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_OUT \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -248,7 +248,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_FWO \
|
||||
ip \
|
||||
saddr \
|
||||
@ -261,7 +261,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_FWI \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -277,7 +277,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_PRT \
|
||||
ip \
|
||||
saddr \
|
||||
@ -292,7 +292,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_PRT \
|
||||
meta \
|
||||
l4proto \
|
||||
@ -312,7 +312,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_PRT \
|
||||
meta \
|
||||
l4proto \
|
||||
@ -332,7 +332,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_PRT \
|
||||
ip \
|
||||
saddr \
|
||||
@ -346,7 +346,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_PRT \
|
||||
ip \
|
||||
saddr \
|
||||
@ -360,7 +360,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip6 \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_FWO \
|
||||
ip6 \
|
||||
saddr \
|
||||
@ -373,7 +373,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip6 \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_FWI \
|
||||
ip6 \
|
||||
daddr \
|
||||
|
@ -2,7 +2,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_INP \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -15,7 +15,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_INP \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -28,7 +28,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_OUT \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -41,7 +41,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_OUT \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -54,7 +54,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_INP \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -67,7 +67,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_INP \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -80,7 +80,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_OUT \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -93,7 +93,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_OUT \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -106,7 +106,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_FWO \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -116,7 +116,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_FWI \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -126,7 +126,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_FWX \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -138,7 +138,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip6 \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_FWO \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -148,7 +148,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip6 \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_FWI \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -158,7 +158,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip6 \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_FWX \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -170,7 +170,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip6 \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_INP \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -183,7 +183,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip6 \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_INP \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -196,7 +196,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip6 \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_OUT \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -209,7 +209,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip6 \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_OUT \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -222,7 +222,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip6 \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_INP \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -235,7 +235,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip6 \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_OUT \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -248,7 +248,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_FWO \
|
||||
ip \
|
||||
saddr \
|
||||
@ -261,7 +261,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_FWI \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -277,7 +277,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_PRT \
|
||||
ip \
|
||||
saddr \
|
||||
@ -292,7 +292,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_PRT \
|
||||
meta \
|
||||
l4proto \
|
||||
@ -312,7 +312,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_PRT \
|
||||
meta \
|
||||
l4proto \
|
||||
@ -332,7 +332,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_PRT \
|
||||
ip \
|
||||
saddr \
|
||||
@ -346,7 +346,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_PRT \
|
||||
ip \
|
||||
saddr \
|
||||
@ -360,7 +360,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip6 \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_FWO \
|
||||
ip6 \
|
||||
saddr \
|
||||
@ -373,7 +373,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip6 \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_FWI \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -389,7 +389,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip6 \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_PRT \
|
||||
ip6 \
|
||||
saddr \
|
||||
@ -404,7 +404,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip6 \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_PRT \
|
||||
meta \
|
||||
l4proto \
|
||||
@ -424,7 +424,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip6 \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_PRT \
|
||||
meta \
|
||||
l4proto \
|
||||
@ -444,7 +444,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip6 \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_PRT \
|
||||
ip6 \
|
||||
saddr \
|
||||
|
@ -2,7 +2,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_INP \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -15,7 +15,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_INP \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -28,7 +28,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_OUT \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -41,7 +41,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_OUT \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -54,7 +54,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_INP \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -67,7 +67,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_INP \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -80,7 +80,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_OUT \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -93,7 +93,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_OUT \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -106,7 +106,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_FWO \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -116,7 +116,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_FWI \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -126,7 +126,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_FWX \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -138,7 +138,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_FWO \
|
||||
ip \
|
||||
saddr \
|
||||
@ -151,7 +151,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_FWI \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -167,7 +167,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_PRT \
|
||||
ip \
|
||||
saddr \
|
||||
@ -182,7 +182,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_PRT \
|
||||
meta \
|
||||
l4proto \
|
||||
@ -202,7 +202,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_PRT \
|
||||
meta \
|
||||
l4proto \
|
||||
@ -222,7 +222,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_PRT \
|
||||
ip \
|
||||
saddr \
|
||||
@ -236,7 +236,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_PRT \
|
||||
ip \
|
||||
saddr \
|
||||
@ -250,7 +250,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_FWO \
|
||||
ip \
|
||||
saddr \
|
||||
@ -263,7 +263,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_FWI \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -279,7 +279,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_PRT \
|
||||
ip \
|
||||
saddr \
|
||||
@ -294,7 +294,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_PRT \
|
||||
meta \
|
||||
l4proto \
|
||||
@ -314,7 +314,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_PRT \
|
||||
meta \
|
||||
l4proto \
|
||||
@ -334,7 +334,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_PRT \
|
||||
ip \
|
||||
saddr \
|
||||
@ -348,7 +348,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_PRT \
|
||||
ip \
|
||||
saddr \
|
||||
@ -362,7 +362,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_FWO \
|
||||
ip \
|
||||
saddr \
|
||||
@ -375,7 +375,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_FWI \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -391,7 +391,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_PRT \
|
||||
ip \
|
||||
saddr \
|
||||
@ -406,7 +406,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_PRT \
|
||||
meta \
|
||||
l4proto \
|
||||
@ -426,7 +426,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_PRT \
|
||||
meta \
|
||||
l4proto \
|
||||
@ -446,7 +446,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_PRT \
|
||||
ip \
|
||||
saddr \
|
||||
@ -460,7 +460,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_PRT \
|
||||
ip \
|
||||
saddr \
|
||||
|
@ -2,7 +2,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_INP \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -15,7 +15,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_INP \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -28,7 +28,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_OUT \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -41,7 +41,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_OUT \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -54,7 +54,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_INP \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -67,7 +67,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_INP \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -80,7 +80,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_OUT \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -93,7 +93,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_OUT \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -106,7 +106,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_FWO \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -116,7 +116,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_FWI \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -126,7 +126,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_FWX \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -138,7 +138,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip6 \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_FWO \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -148,7 +148,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip6 \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_FWI \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -158,7 +158,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip6 \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_FWX \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -170,7 +170,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip6 \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_INP \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -183,7 +183,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip6 \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_INP \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -196,7 +196,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip6 \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_OUT \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -209,7 +209,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip6 \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_OUT \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -222,7 +222,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip6 \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_INP \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -235,7 +235,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip6 \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_OUT \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -248,7 +248,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_FWO \
|
||||
ip \
|
||||
saddr \
|
||||
@ -261,7 +261,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_FWI \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -277,7 +277,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_PRT \
|
||||
ip \
|
||||
saddr \
|
||||
@ -292,7 +292,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_PRT \
|
||||
meta \
|
||||
l4proto \
|
||||
@ -312,7 +312,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_PRT \
|
||||
meta \
|
||||
l4proto \
|
||||
@ -332,7 +332,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_PRT \
|
||||
ip \
|
||||
saddr \
|
||||
@ -346,7 +346,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_PRT \
|
||||
ip \
|
||||
saddr \
|
||||
@ -360,7 +360,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip6 \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_FWO \
|
||||
ip6 \
|
||||
saddr \
|
||||
@ -373,7 +373,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip6 \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_FWI \
|
||||
ip6 \
|
||||
daddr \
|
||||
|
@ -2,7 +2,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_INP \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -15,7 +15,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_INP \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -28,7 +28,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_OUT \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -41,7 +41,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_OUT \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -54,7 +54,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_INP \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -67,7 +67,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_INP \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -80,7 +80,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_OUT \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -93,7 +93,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_OUT \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -106,7 +106,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_INP \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -119,7 +119,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_OUT \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -132,7 +132,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_FWO \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -142,7 +142,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_FWI \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -152,7 +152,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_FWX \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -164,7 +164,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_FWO \
|
||||
ip \
|
||||
saddr \
|
||||
@ -177,7 +177,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_FWI \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -193,7 +193,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_PRT \
|
||||
ip \
|
||||
saddr \
|
||||
@ -208,7 +208,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_PRT \
|
||||
meta \
|
||||
l4proto \
|
||||
@ -228,7 +228,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_PRT \
|
||||
meta \
|
||||
l4proto \
|
||||
@ -248,7 +248,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_PRT \
|
||||
ip \
|
||||
saddr \
|
||||
@ -262,7 +262,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_PRT \
|
||||
ip \
|
||||
saddr \
|
||||
|
@ -2,7 +2,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_INP \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -15,7 +15,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_INP \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -28,7 +28,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_OUT \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -41,7 +41,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_OUT \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -54,7 +54,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_INP \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -67,7 +67,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_INP \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -80,7 +80,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_OUT \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -93,7 +93,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_OUT \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -106,7 +106,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_FWO \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -116,7 +116,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_FWI \
|
||||
oifname \
|
||||
virbr0 \
|
||||
@ -126,7 +126,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_FWX \
|
||||
iifname \
|
||||
virbr0 \
|
||||
@ -138,7 +138,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_FWO \
|
||||
ip \
|
||||
saddr \
|
||||
@ -151,7 +151,7 @@ nft \
|
||||
-ae insert \
|
||||
rule \
|
||||
ip \
|
||||
libvirt \
|
||||
libvirt_network \
|
||||
LIBVIRT_FWI \
|
||||
ip \
|
||||
daddr \
|
||||
|
Loading…
x
Reference in New Issue
Block a user