-P option was not enabled, so enable it
(The option specify IPsec policy for rtadvd to receive Router Renumbering messages.) Approved by: jkh
This commit is contained in:
parent
f57ea716fd
commit
0802f60e0b
@ -151,7 +151,12 @@ main(argc, argv)
|
|||||||
openlog(*argv, LOG_NDELAY|LOG_PID, LOG_DAEMON);
|
openlog(*argv, LOG_NDELAY|LOG_PID, LOG_DAEMON);
|
||||||
|
|
||||||
/* get command line options and arguments */
|
/* get command line options and arguments */
|
||||||
while ((ch = getopt(argc, argv, "c:dDfR:s")) != -1) {
|
#if defined(IPSEC) && defined(IPSEC_POLICY_IPSEC)
|
||||||
|
while ((ch = getopt(argc, argv, "c:dDfP:R:s")) != -1)
|
||||||
|
#else
|
||||||
|
while ((ch = getopt(argc, argv, "c:dDfR:s")) != -1)
|
||||||
|
#endif
|
||||||
|
{
|
||||||
switch(ch) {
|
switch(ch) {
|
||||||
case 'c':
|
case 'c':
|
||||||
conffile = optarg;
|
conffile = optarg;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user