Hello,
I've been attempting to implement VPP for network routing however I have
encountered several issues. I've now moved to attempting to get it to perform
correctly on my old, dual Xeon server that still provides services for my
network just no longer handles routing. These are the errors
[Edited Message Follows]
Hello,
I've been attempting to implement VPP for network routing however I have
encountered several issues. I've now moved to attempting to get it to perform
correctly on my old, dual Xeon server that still provides services for my
network just no longer handles routi
[Edited Message Follows]
Hello,
I've been attempting to implement VPP for network routing however I have
encountered several issues. I've now moved to attempting to get it to perform
correctly on my old, dual Xeon server that still provides services for my
network just no longer handles routi
[Edited Message Follows]
Hello,
I've been attempting to implement VPP for network routing however I have
encountered several issues. I've now moved to attempting to get it to perform
correctly on my old, dual Xeon server that still provides services for my
network just no longer handles routi
Resolved by adjusting BUILD_ENV
BUILD_ENV =
\
export CCACHE_DIR=$(CCACHE_DIR) ; \
export PATH=(wildcard /usr/lib*/ccache):$(TOOL_INSTALL_DIR)/bin:$${PATH} ;
\
$(if $(call config
Well, in case anyone else has similar issues I edited
ae ./src/tools/vppapigen/vppapigen.py line 748
and removed the offending parameter 'write_tables' from being passed.
The latest git now compiles successfully and seems to run and pick up
interfaces though further testing is still required.