From d70fc819a4f7f0b54b374bfdae062e3c7d2d3cc6 Mon Sep 17 00:00:00 2001 From: Denys Fedoryshchenko Date: Tue, 1 Sep 2026 08:44:10 +0300 Subject: ppp: cover alignment-safe MPPE prefer setup Serialize the MPPE option through an aligned temporary and exercise mppe=prefer in the existing unauthenticated PPPoE session test. --- tests/accel-pppd/pppoe/test_pppoe_session_wo_auth.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') diff --git a/tests/accel-pppd/pppoe/test_pppoe_session_wo_auth.py b/tests/accel-pppd/pppoe/test_pppoe_session_wo_auth.py index 960b7c94..b4cccc81 100644 --- a/tests/accel-pppd/pppoe/test_pppoe_session_wo_auth.py +++ b/tests/accel-pppd/pppoe/test_pppoe_session_wo_auth.py @@ -26,6 +26,9 @@ def accel_pppd_config(veth_pair_netns): [auth] any-login=1 + [ppp] + mppe=prefer + [ip-pool] gw-ip-address=192.0.2.1 192.0.2.2-255 -- cgit v1.2.3