netconfig modify
< -s | --service <service name> >
[ -i | --interface <interface name> ]
[ -F | --input-format <input/lease file format> ]
[ -I | --input-file <input/lease file name> ]
[ -l | --lease-file <input/lease file name> ]
[ -m | --module-only < name | prefix > ]
[ -f | --force-replace ]
[ -v | --verbose ]
netconfig remove
< -s | --service <service name> >
[ -i | --interface <interface name> ]
[ -m | --module-only < name | prefix > ]
[ -f | --force-replace ]
[ -v | --verbose ]
netconfig update
[ -m | --module-only < name | prefix > ]
[ -f | --force-replace ]
[ -v | --verbose ]
Suppose you are running service foo that installs configuration for interfaces bar and baz, and crashes.
How do you remove the configuration for the crashed service?
Because it crashed you may no longer know that it managed interfaces bar and baz, there is no option to list configuration, no option to remove all configuration for a service.
Suppose you are running service
foothat installs configuration for interfacesbarandbaz, and crashes.How do you remove the configuration for the crashed service?
Because it crashed you may no longer know that it managed interfaces
barandbaz, there is no option to list configuration, no option to remove all configuration for a service.