mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-29 20:23:01 +02:00
This change completes the backport of symbolic names for ip address
protocol field:
ip addr add IFADDR proto 5
=>
ip addr add IFADDR proto dhcp
Ref:
https://lore.kernel.org/netdev/20230602155419.8958-1-stephen@networkplumber.org/
Fix #286
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>