diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2009-11-18 20:32:36 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2009-11-18 20:32:36 +0100 |
commit | 3f9b7bfe9ff050430a5886b22a5ab11b5f253048 (patch) | |
tree | d2261e130a4704bf2c84136bbdd98bdd238b2778 /nest | |
parent | 62aa96caa28180f76c8aff0c49dd21128e396153 (diff) | |
download | bird-3f9b7bfe9ff050430a5886b22a5ab11b5f253048.tar bird-3f9b7bfe9ff050430a5886b22a5ab11b5f253048.zip |
Implements option that controls IPv6 BGP next hops when lladdr is missing.
Diffstat (limited to 'nest')
-rw-r--r-- | nest/config.Y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/config.Y b/nest/config.Y index f287943..3d6f154 100644 --- a/nest/config.Y +++ b/nest/config.Y @@ -141,7 +141,7 @@ proto_item: | EXPORT imexport { this_proto->out_filter = $2; } | TABLE rtable { this_proto->table = $2; } | ROUTER ID idval { this_proto->router_id = $3; } - | DESCRIPTION dsc { this_proto->dsc = $2; } + | DESCRIPTION TEXT { this_proto->dsc = $2; } ; imexport: |