Add link type constants
netlink/constant.scm
284 | 284 | (RT_TABLE_DEFAULT 253) | |
285 | 285 | (RT_TABLE_MAIN 254) | |
286 | 286 | (RT_TABLE_LOCAL 255)) | |
287 | + | ||
288 | + | ;; link type | |
289 | + | ;; more at include/uapi/linux/if_arp.h | |
290 | + | (define-enum int->link-type | |
291 | + | (ARPHRD_ETHER 1) | |
292 | + | (ARPHRD_LOOPBACK 772)) |