diff options
| author | Daniil Baturin <daniil@vyos.io> | 2025-09-18 12:14:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-18 12:14:24 +0100 |
| commit | 119e9fedbdd10abdc6e65f8e25dff04b58c37781 (patch) | |
| tree | 859f4105ec074bc3aed6e1f39a45ec79d02a162f /interface-definitions | |
| parent | 02c32914f60b4cbda4470967afe120325188bc28 (diff) | |
| parent | ae732fb0eb1dd352ba0b97b07aaf3db9c514ea19 (diff) | |
| download | vyos-1x-119e9fedbdd10abdc6e65f8e25dff04b58c37781.tar.gz vyos-1x-119e9fedbdd10abdc6e65f8e25dff04b58c37781.zip | |
Merge pull request #4708 from sarthurdev/T114
wlb: T114: Add firewall group support for WAN load balancer
Diffstat (limited to 'interface-definitions')
| -rw-r--r-- | interface-definitions/load-balancing_wan.xml.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/interface-definitions/load-balancing_wan.xml.in b/interface-definitions/load-balancing_wan.xml.in index f80440411..24be00111 100644 --- a/interface-definitions/load-balancing_wan.xml.in +++ b/interface-definitions/load-balancing_wan.xml.in @@ -203,6 +203,7 @@ <help>Destination</help> </properties> <children> + #include <include/firewall/source-destination-group-ipv4.xml.i> #include <include/ipv4-address-prefix-range.xml.i> #include <include/port-port-range.xml.i> </children> @@ -373,6 +374,7 @@ <help>Source information</help> </properties> <children> + #include <include/firewall/source-destination-group-ipv4.xml.i> #include <include/ipv4-address-prefix-range.xml.i> #include <include/port-port-range.xml.i> </children> |
