Searched refs:YnlException (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/net/ynl/pyynl/lib/ |
| H A D | ynl.py | 35 class YnlException(Exception): class 295 raise YnlException(f"Auto-scalar len payload be 4 or 8 bytes, got {len(self.raw)}") 479 raise YnlException(f"Netlink error: {nl_msg.error}") 530 raise YnlException(f"Netlink error: {nl_msg.error}") 599 raise YnlException(f'Multicast group "{mcast_name}" not present in the spec') 628 raise YnlException(f'Multicast group "{mcast_name}" not present in the family') 650 raise YnlException( 652 raise YnlException(f"Attribute '{name}' not defined in any attribute-set") 721 raise YnlException(f"Family '{self.yaml['name']}' not supported by the kernel") from err 825 raise YnlException(f"Space '{space}' has no attribute '{name}'") from err [all …]
|
| H A D | __init__.py | 9 from .ynl import YnlFamily, Netlink, NlError, NlPolicy, YnlException
|
| /linux/tools/net/ynl/pyynl/ |
| H A D | cli.py | 19 from lib import YnlFamily, Netlink, NlError, SpecFamily, SpecException, YnlException 261 raise YnlException(f"Spec file {args.spec} does not exist")
|