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 | |
| 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')
| -rw-r--r-- | interface-definitions/include/version/vpp-version.xml.i | 2 | ||||
| -rw-r--r-- | interface-definitions/vpp.xml.in | 6 |
2 files changed, 1 insertions, 7 deletions
diff --git a/interface-definitions/include/version/vpp-version.xml.i b/interface-definitions/include/version/vpp-version.xml.i index b92e9a21a..416125dc7 100644 --- a/interface-definitions/include/version/vpp-version.xml.i +++ b/interface-definitions/include/version/vpp-version.xml.i @@ -1,3 +1,3 @@ <!-- include start from include/version/vpp-version.xml.i --> -<syntaxVersion component='vpp' version='3'></syntaxVersion> +<syntaxVersion component='vpp' version='4'></syntaxVersion> <!-- include end -->
\ No newline at end of file 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"> |
