Erste Seite Zurück Weiter Letzte Seite Übersicht Grafik
A few rtnetlink messages:
NEW/GET/DEL
ROUTE: struct rtmsghdr and describes a routing table entry. Has lots of attributes like RTA_GATEWAY, RTA_OIF, RTA_IIF etc.
ADDR: struct ifaddrmsg and describes a local IP address. Has attributes like IFA_LOCAL (local IP), IFA_LABEL (alias name), etc.
See include/linux/rtnetlink.h and rtnetlink(7) for a lot more messages and the details.