diff options
| author | sskaje <sskaje@gmail.com> | 2025-03-28 15:47:24 +0800 |
|---|---|---|
| committer | sskaje <sskaje@gmail.com> | 2025-03-28 15:47:24 +0800 |
| commit | 795154d9009b669f8858ed983c6b7486aaee1125 (patch) | |
| tree | 1e8fe5570d92829800b5b7768041d62545eed604 /interface-definitions | |
| parent | 4871e5bb5b8c3f1cab12fdc36a02ac99902a9eb1 (diff) | |
| download | vyos-1x-795154d9009b669f8858ed983c6b7486aaee1125.tar.gz vyos-1x-795154d9009b669f8858ed983c6b7486aaee1125.zip | |
geoip: T5636: Add geoip for policy route/route6
Diffstat (limited to 'interface-definitions')
| -rw-r--r-- | interface-definitions/policy_route.xml.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/interface-definitions/policy_route.xml.in b/interface-definitions/policy_route.xml.in index 9cc22540b..48f728923 100644 --- a/interface-definitions/policy_route.xml.in +++ b/interface-definitions/policy_route.xml.in @@ -35,6 +35,7 @@ #include <include/firewall/address-ipv6.xml.i> #include <include/firewall/source-destination-group-ipv6.xml.i> #include <include/firewall/port.xml.i> + #include <include/firewall/geoip.xml.i> </children> </node> <node name="source"> @@ -45,6 +46,7 @@ #include <include/firewall/address-ipv6.xml.i> #include <include/firewall/source-destination-group-ipv6.xml.i> #include <include/firewall/port.xml.i> + #include <include/firewall/geoip.xml.i> </children> </node> #include <include/policy/route-common.xml.i> @@ -90,6 +92,7 @@ #include <include/firewall/address.xml.i> #include <include/firewall/source-destination-group.xml.i> #include <include/firewall/port.xml.i> + #include <include/firewall/geoip.xml.i> </children> </node> <node name="source"> @@ -100,6 +103,7 @@ #include <include/firewall/address.xml.i> #include <include/firewall/source-destination-group.xml.i> #include <include/firewall/port.xml.i> + #include <include/firewall/geoip.xml.i> </children> </node> #include <include/policy/route-common.xml.i> |
