diff options
| author | Nataliia Solomko <natalirs1985@gmail.com> | 2025-11-28 16:30:41 +0200 |
|---|---|---|
| committer | Nataliia Solomko <natalirs1985@gmail.com> | 2025-12-04 16:47:30 +0200 |
| commit | e091fb8bd87da8c9cd56f3435b39134b917a57a2 (patch) | |
| tree | 7301f3442e7c529509c9c74b38f73be1d3cc71d5 /interface-definitions/vpp.xml.in | |
| parent | 81eb7510621b3aa478359117733204bc7f140931 (diff) | |
| download | vyos-1x-e091fb8bd87da8c9cd56f3435b39134b917a57a2.tar.gz vyos-1x-e091fb8bd87da8c9cd56f3435b39134b917a57a2.zip | |
vpp: T7972: Make `nat44 no-forwarding` feature automatically configurable
If any dynamic rule is configured forwarding should be disabled because each
packet must be processed through the NAT session table to apply proper
translations
Diffstat (limited to 'interface-definitions/vpp.xml.in')
| -rw-r--r-- | interface-definitions/vpp.xml.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/interface-definitions/vpp.xml.in b/interface-definitions/vpp.xml.in index 749fb3fbf..6a6a1b4f8 100644 --- a/interface-definitions/vpp.xml.in +++ b/interface-definitions/vpp.xml.in @@ -1033,12 +1033,6 @@ <multi/> </properties> </leafNode> - <leafNode name="no-forwarding"> - <properties> - <help>Do not forward packets which do not match existing NAT translations (static or dynamic)</help> - <valueless/> - </properties> - </leafNode> </children> </node> <node name="physmem"> |
