summaryrefslogtreecommitdiffstats
path: root/src/plugins/af_packet/af_packet.c
AgeCommit message (Collapse)AuthorFilesLines
2023-03-10af_packet: fix the broken functionality upon admin downMohsin Kazmi1-0/+21
Type: fix In vpp, file descriptor handler closes the fd upon error if there is no error handling function is registered. This patch fixes the issue for af_packet interface by registering the error handling function. Errors will also be gracefully logged. Signed-off-by: Mohsin Kazmi <sykazmi@cisco.com> Change-Id: I260d780ac54ffd0199dcd6ca5b95e5afe957e968
2022-12-21af_packet: move to pluginMohsin Kazmi1-0/+879
Type: improvement Signed-off-by: Mohsin Kazmi <sykazmi@cisco.com> Change-Id: I3ec857adb3a9e8a778072a202a4d23f4101e83b2