Hi, > Damien Zammit, le mer. 31 août 2022 14:37:23 +0000, a ecrit: >> --- >> pfinet/iioctl-ops.c | 21 +++++++++++++++++++++ >> pfinet/linux-src/net/ipv4/fib_hash.c | 6 ------ >> pfinet/linux-src/net/ipv4/fib_semantics.c | 4 ---- >> pfinet/options.c | 8 ++++++++ >> pfinet/pfinet.h | 4 +--- >> 5 files changed, 30 insertions(+), 13 deletions(-)
On 1/9/22 12:52 am, Samuel Thibault wrote: > I don't think we want this commited? Can you be more specific? Why isn't it useful to see the initial routing table in pfinet's stdout? There are a few changes in here that probably should be moved to the next commit. But the linux-src changes were needed. I was unable to use the existing macro define CONFIG_PROC_FS because it broke other things, so I just removed them around a few harmless functions that were doing exactly what was needed. Damien