diff --git a/docs/parsers/ifconfig.md b/docs/parsers/ifconfig.md index f84d05f3..366cdb41 100644 --- a/docs/parsers/ifconfig.md +++ b/docs/parsers/ifconfig.md @@ -147,6 +147,17 @@ Examples: info(self, /, *args, **kwargs) ``` +## IfconfigParser +```python +IfconfigParser(self, console_output) +``` + +## InterfaceNotFound +```python +InterfaceNotFound(self, /, *args, **kwargs) +``` + + ## process ```python process(proc_data)