You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write a networkservice server chain element that, on the return cycle of Request iff
kernel.ToMechanism(conn.GetMechanism()) !=nil
Will use EvaluateIPTables4NatTemplate to evaluate the iptables entires desired and prepend each line
'iptables -t nat' and run them in the netns of the NSE.
This PR depends on networkservicemesh/api#133
Write a networkservice server chain element that, on the return cycle of Request iff
Will use EvaluateIPTables4NatTemplate to evaluate the iptables entires desired and prepend each line
'iptables -t nat' and run them in the netns of the NSE.
Note: This will require adding iptables to https://github.com/edwarnicke/govpp/blob/main/Dockerfile#L24
The text was updated successfully, but these errors were encountered: