Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ndsend(8) [debian man page]

ndsend(8)							    Containers								 ndsend(8)

NAME
ndsend - send a Neighbor Advertisement NDP packet SYNOPSIS
ndsend address interface DESCRIPTION
The ndsend utility is called by arpsend(8) for IPv6 addresses to send an unsolicited Neighbor Advertisement ICMPv6 multicast packet announcing a given IPv6 address to all IPv6 nodes as per RFC4861. OPTIONS
address Specify the IPv6 address to be advertised. interface Specify the network interface to send an advertisement from. EXIT STATUS
ndsend returns 0 upon successful execution. If something goes wrong, it returns an appropriate error code: 1 EXC_USAGE Usage error 2 EXC_SYSTEM System error EXAMPLES
To send a Neighbor Advertisement ICMPv6 on interface eth0 with IPv6 address 2001:DB8::1: ndsend 2001:DB8::1 eth0 SEE ALSO
arpsend(8), vzctl(8). LICENSE
Copyright (C) 2000-2011, Parallels, Inc. Licensed under GNU GPL. AUTHOR
This manual page was initially written by Thorsten Schifferdecker <tsd@debian.systs.org> for the Debian GNU/Linux system (but may be used by others). OpenVZ 28 Jun 2011 ndsend(8)

Check Out this Related Man Page

vzeventd(8)							    Containers							       vzeventd(8)

NAME
vzeventd - the OpenVZ events daemon. SYNOPSIS
vzeventd [-v] [-d] vzeventd -h DESCRIPTION
This daemon takes care of events sent by the OpenVZ kernel (via a netlink socket) and performs required actions associated with those events, by running specific scripts. Every event received contains a container ID, which is passed to the script as VEID environment vari- able. Current list of known events and associated vzeventd actions are: start Ignore. stop Run /usr/lib/vzctl/scripts/vzevent-stop. This script takes care of removing ARP and routing records for the given CT from CT0. mount Ignore. umount Ignore. reboot Run /usr/lib/vzctl/scripts/vzevent-reboot. This script takes care of rebooting a given CT. OPTIONS
-v Increase verbosity (can be used multiple times). -d Debug mode (do not daemonize, run in foreground). -h Display help and exit. EXIT STATUS
Returns 0 upon success. LICENSE
Copyright (C) 2010-2011, Parallels, Inc. Licensed under GNU GPL. AUTHOR
This manual page was initially written by Thorsten Schifferdecker <tsd@debian.systs.org> for the Debian GNU/Linux system (but may be used by others). OpenVZ 28 Jun 2011 vzeventd(8)
Man Page

5 More Discussions You Might Find Interesting

1. Linux

HOW TO DISABLE SIT0 in REDHAT LINUX 5.1

Hi All, I want to configure static IP4 address in my Linux system. I just found sit0 is enabled in my system. ifconfig -a returns sit0 Link encap:IPv6-in-IPv4, but there is no eth0. I tried with $ system-config-network & and changed static IP Add: 192.168.1.10 but no result after... (2 Replies)
Discussion started by: gohappy
2 Replies

2. SuSE

Linux and IPv6

Hi gurus, In a few month, we must enable IPv6 on our Linux Server! Should we reinstall the Linux machine to enable IPv6 or could we just make some change in configuration's files? Could Linux run simultaneous IPv4 and IPv6? Thanks in advance for our help our ideas? Best regards, nm (3 Replies)
Discussion started by: hiddenshadow
3 Replies

3. Solaris

IPMP + IPv6 test address

Hi, inspired by this article, I decided to implement IPMP + IPv6 in Solaris 10. It worked for me only this way: 1. Setup # cat /etc/hostname* 10.23.10.113/24 broadcast + group data failover up <- hostname.e1000g0 0.0.0.0/24 broadcast + group data -failover deprecated up standby... (3 Replies)
Discussion started by: masloff
3 Replies

4. Solaris

Assiging "static" IPv6 address for a jumpstart target.

I provision Solaris10 using jumpstart. I know we can enable IPv6 by setting protocol_ipv6=yes in the sysidcfg file. Is there a way to assign Static IPv6 address using sysidcfg/jumpstart method (1 Reply)
Discussion started by: hemalsid
1 Replies

5. Shell Programming and Scripting

awk to insert new line conditionally

Dear All, I have a file like: If $4=2001, a duplicated line will be inserted and $4 will be assigned value 2011; so that the new file would be: How to write awk to accomplish this? thank you very much! (5 Replies)
Discussion started by: littlewenwen
5 Replies