Solaris
Solaris 11 中的 arp_cleanup_interval 變數在哪裡?
在 Solaris 10 中,我可以使用以下命令配置(和審計) arp_cleanup_interval 變數:
$ ndd -get /dev/arp arp_cleanup_interval 300000
在 Solaris 11(Express 和 Release)中,相同的命令返回“未知屬性”錯誤:
$ ndd -get /dev/arp arp_cleanup_interval operation failed: Unknown property
有誰知道這個變數是否已更改或已從 Solaris 11 中刪除?
是的,它們已被架構審查中此郵件執行緒中描述的 IP 數據路徑重構項目刪除。
嘗試使用命令:
ndd /dev/arp \?
獲取支持的所有參數的列表。順便說一句,此資訊包含在 ndd 的手冊頁中。