Your IP : 216.73.216.215


Current Path : /proc/3/root/opt/imh-python/lib/python3.9/site-packages/pyroute2/netlink/rtnl/
Upload File :
Current File : //proc/3/root/opt/imh-python/lib/python3.9/site-packages/pyroute2/netlink/rtnl/errmsg.py

from pyroute2.netlink import nlmsg


class errmsg(nlmsg):
    '''
    Custom message type

    Error ersatz-message
    '''

    fields = (('code', 'i'),)