diff options
author | Robert Bays <rbays@moresby.vyatta.com> | 2008-03-07 16:14:24 -0800 |
---|---|---|
committer | Robert Bays <rbays@moresby.vyatta.com> | 2008-03-07 16:14:24 -0800 |
commit | 8acc95d5d0de3334d9214c712c74d946758ef06d (patch) | |
tree | 406475fd6dd9e695a9d45e0a5093c1338beb8a5a /templates/protocols | |
parent | 710e4f9bd7dff504a70b9dd8c65cfefab176d8c6 (diff) | |
download | vyatta-cfg-quagga-8acc95d5d0de3334d9214c712c74d946758ef06d.tar.gz vyatta-cfg-quagga-8acc95d5d0de3334d9214c712c74d946758ef06d.zip |
fix ospf node for bug 2783
Diffstat (limited to 'templates/protocols')
-rw-r--r-- | templates/protocols/ospf/access-list/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/protocols/ospf/access-list/node.def b/templates/protocols/ospf/access-list/node.def index 9f4a8f06..6ec0f65e 100644 --- a/templates/protocols/ospf/access-list/node.def +++ b/templates/protocols/ospf/access-list/node.def @@ -1,4 +1,4 @@ tag: type: txt -commit:expression: $VAR(./out/) != ""; "must add protocol to filter" +commit:expression: $VAR(./export/) != ""; "must add protocol to filter" help: access-list to filter networks in routing updates |