summaryrefslogtreecommitdiff
path: root/usr/src/cmd/cmd-inet/usr.sbin/arp.c
AgeCommit message (Collapse)AuthorFilesLines
2015-10-07 [illumos-gate merge]Jerry Jelinek1-5/+2
commit 59809f4b954b2b9b06cdf40f4705ad0f7b6bbce5 6247 debug build failed on sparc after #4185 commit 10a6478a64c986fe8b918521951c9068ed5588fe 5855 fix __RESTRICT_KYWD to support the correct keyword with c++ commit 2545d10d08f1bf15162c2c0998fcae535d08c0d9 6275 arp should warn when it can't exec netstat Conflicts: usr/src/cmd/cmd-inet/usr.sbin/arp.c
2015-10-06OS-4807 arp(1M) and ndp(1M) should use zone_get_nroot()Cody Peter Mello1-3/+8
2015-10-066275 arp should warn when it can't exec netstatRobert Mustacchi1-3/+2
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Jason King <jason.brian.king@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2015-09-25OS-4779 arp should warn when it can't exec netstatRobert Mustacchi1-0/+2
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2006-08-14PSARC 2005/314 IP Duplicate Address Detectioncarlsonj1-18/+36
PSARC 2006/017 Arp Single Entry Display 1248254 NDD doesn't have explicit range checking for ARP NDD variables. 1253974 Please make a "permanent contents" option for arp vs. static 4069191 ace_t::ace_query_count field is not used anywhere. 4157198 ARP cache inconsistency between arp and ip modules. 4396195 ar_rput: ar_cmd_dispatch not necessary for every packet? 4705220 No IPv6 DAD performed during boot 4728609 IPv4 Duplicate Address Detection (DAD) is broken 4971789 Need unsolicited neighbor advertisements when interface comes up 4978063 SO_DONTROUTE option causes ARP traffic for every frame. 4997903 /usr/sbin/arp accepts invalid modifier keywords 6266155 flag on the play: ndp gets its bits confused 6272993 in.ndpd could be free of lint 6273003 arp shouldn't export status via ndd 6360928 ipif_arp_down debug message wrongly expects DLPI 6363393 6281236 causes generation of bogus NS 6454158 need a temporary work-around for 6451644's IPv6 impact 6456379 need ffs(3C)-like function in modapi --HG-- rename : usr/src/cmd/cmd-inet/sbin/dhcpagent/arp_check.c => deleted_files/usr/src/cmd/cmd-inet/sbin/dhcpagent/arp_check.c rename : usr/src/cmd/cmd-inet/sbin/dhcpagent/arp_check.h => deleted_files/usr/src/cmd/cmd-inet/sbin/dhcpagent/arp_check.h rename : usr/src/cmd/cmd-inet/usr.lib/in.ndpd/dupl_addr.c => deleted_files/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/dupl_addr.c rename : usr/src/cmd/cmd-inet/usr.sbin/ifconfig/dupl_addr.c => deleted_files/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/dupl_addr.c rename : usr/src/lib/libc/port/gen/ffs.c => deleted_files/usr/src/lib/libc/port/gen/ffs.c rename : usr/src/lib/libinetcfg/common/inetcfg_dad.c => deleted_files/usr/src/lib/libinetcfg/common/inetcfg_dad.c rename : usr/src/lib/libinetcfg/common/inetcfg_dad.h => deleted_files/usr/src/lib/libinetcfg/common/inetcfg_dad.h
2005-06-14OpenSolaris Launchstevel@tonic-gate1-0/+396