diff options
author | Arthur Xiong <arthur@vyatta.com> | 2008-03-11 17:57:46 -0700 |
---|---|---|
committer | Arthur Xiong <arthur@vyatta.com> | 2008-03-11 17:57:46 -0700 |
commit | a751288a698709ca97bc897d0cb4a33382a1159e (patch) | |
tree | 9ae2c64d751d1e2966d8dc31650bcd97f5b02896 /templates | |
parent | 0797f7cd410ac7a3a5e2f9f28be90d5eb0e31366 (diff) | |
download | vyatta-cfg-quagga-a751288a698709ca97bc897d0cb4a33382a1159e.tar.gz vyatta-cfg-quagga-a751288a698709ca97bc897d0cb4a33382a1159e.zip |
Change the type from "txt" to "u32" for "protocols ospf access-list <>"
Diffstat (limited to 'templates')
-rw-r--r-- | templates/protocols/ospf/access-list/node.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/protocols/ospf/access-list/node.def b/templates/protocols/ospf/access-list/node.def index 6ec0f65e..e806f106 100644 --- a/templates/protocols/ospf/access-list/node.def +++ b/templates/protocols/ospf/access-list/node.def @@ -1,4 +1,4 @@ tag: -type: txt +type: u32 commit:expression: $VAR(./export/) != ""; "must add protocol to filter" -help: access-list to filter networks in routing updates +help: Access-list to filter networks in routing updates |