aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ppp/packet.h
AgeCommit message (Collapse)AuthorFilesLines
2024-12-06misc: move ppp to a pluginJoel Ahn1-199/+0
Type: refactor Move PPP folder under vnet to the plugin folder, and modify some of path of the #inlude<header> to the new path. Add a plugin.c file to register a plugin. Resolve ip4_input and ip6_input's dependency on PPP functions by moving those calls to PPP's initialization. Resolve osi's inter-plugin dependency on PPP by having it retrieve the function pointer Add ppp to the list of valid spelling words JIRA: VPP-2052 Change-Id: I1a26ef0663a91857d13f7d87a3bb14bc38893194 Signed-off-by: Joel Ahn <joeahn@cisco.com>
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-0/+199
Change-Id: I7b51f88292e057c6443b12224486f2d0c9f8ae23 Signed-off-by: Damjan Marion <damarion@cisco.com>