npol plugin not loading or not working in VPP 26.02 #3724
Unanswered
Khalid-essaghiry
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I tested the new
NPolplugin in VPP 26.02 and noticed behavior that may indicate the datapath part is not yet fully implemented.What works
The following operations work correctly:
The configuration is correctly displayed with:
Main issue
Even with a policy containing a rule such as:
traffic is still forwarded normally.
For example:
Feature graph verification
I checked:
but no
npolfeature appears in:This suggests packets are never passing through an
npolprocessing node inside the VPP forwarding graph.Observation
From testing, NPol currently appears to provide:
but without actual packet enforcement in the datapath.
The plugin seems operational from the configuration/control perspective, but traffic filtering itself does not appear active.
Question
Is this expected behavior in the current state of NPol?
Is datapath enforcement still under development, or is there an additional step required to activate packet processing/filtering?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions