scapy icon indicating copy to clipboard operation
scapy copied to clipboard

Unify Network Configuration reloading

Open guedou opened this issue 2 years ago • 0 comments

Today, we need to do the following:

>>> conf.route.resync()
>>> conf.ifaces.reload()

We should unify the method names, and maybe add a function named network_resync() to call them together.

guedou avatar Jul 05 '23 09:07 guedou