Hi,

the configuration option in bgpd.conf is called "enforce neighbor-as", not
"enforce remote-as".

/Benno


--- rde.c.orig  Thu Jan 27 17:02:08 2011
+++ rde.c       Thu Jan 27 17:02:51 2011
@@ -921,7 +921,7 @@
                        if (peer->conf.remote_as !=
                            aspath_neighbor(asp->aspath)) {
                                log_peer_warnx(&peer->conf, "bad path, "
-                                   "enforce remote-as enabled");
+                                   "enforce neighbor-as enabled");
                                rde_update_err(peer, ERR_UPDATE, ERR_UPD_ASPATH,
                                    NULL, 0);
                                goto done;

Reply via email to