diff options
| author | Daniil Baturin <daniil@vyos.io> | 2025-03-18 15:58:26 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-18 15:58:26 +0000 |
| commit | 337837dd8a57d7af282d603f8b930ed40f7fa03c (patch) | |
| tree | f156d60a3f29bae77303f8409ccc3395d9d7bad2 /data/templates | |
| parent | 7de0ab73af90d4d39519f3ba0dec80fb6b9badf5 (diff) | |
| parent | 13f99beada6ac28ede7c74d434b84a63bf9905b0 (diff) | |
| download | vyos-1x-337837dd8a57d7af282d603f8b930ed40f7fa03c.tar.gz vyos-1x-337837dd8a57d7af282d603f8b930ed40f7fa03c.zip | |
Merge pull request #16 from sever-sever/T7181
T7181: VPP add initial source NAT implentation
Diffstat (limited to 'data/templates')
| -rw-r--r-- | data/templates/vpp/startup.conf.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/templates/vpp/startup.conf.j2 b/data/templates/vpp/startup.conf.j2 index 57a03386a..1cba80f4e 100644 --- a/data/templates/vpp/startup.conf.j2 +++ b/data/templates/vpp/startup.conf.j2 @@ -94,8 +94,8 @@ plugins { plugin pppoe_plugin.so { enable } # NAT uncomment if needed # plugin cnat_plugin.so { enable } - # plugin nat_plugin.so { enable } - # plugin nat44_plugin.so { enable } + plugin nat_plugin.so { enable } + plugin nat44_ei_plugin.so { enable } # plugin nat44_ei_plugin.so { enable } # plugin nat64_plugin.so { enable } # plugin nat66_plugin.so { enable } |
