Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用netlink包添加新路由。我需要的等价物是ip route add $P1_NET dev $IF1 src $IP1 table $T1. 问题是我不知道哪个字段对应于dev参数。某处是否有映射,或者我可以使用接口索引而不是它的名称(“dev”)?
ip route add $P1_NET dev $IF1 src $IP1 table $T1
dev
看看你发的链接,我猜IifName。并且查看代码似乎证实了这一点。
IifName