diff options
Diffstat (limited to 'templates/protocols/ospf/area')
4 files changed, 1 insertions, 6 deletions
diff --git a/templates/protocols/ospf/area/node.tag/network/node.def b/templates/protocols/ospf/area/node.tag/network/node.def index 6f8e69d6..99e6cf7e 100644 --- a/templates/protocols/ospf/area/node.tag/network/node.def +++ b/templates/protocols/ospf/area/node.tag/network/node.def @@ -2,7 +2,7 @@ multi: type: ipv4net help: Set OSPF network syntax:expression: exec "${vyatta_sbindir}/check_prefix_boundary $VAR(@)" -update:vyatta-vtysh -c "configure terminal" \ +create:vyatta-vtysh -c "configure terminal" \ -c "router ospf" -c "network $VAR(@) area $VAR(../@)" delete:vyatta-vtysh -c "configure terminal" \ -c "router ospf" -c "no network $VAR(@) area $VAR(../@)" diff --git a/templates/protocols/ospf/area/node.tag/node.def b/templates/protocols/ospf/area/node.tag/node.def deleted file mode 100644 index 7d080287..00000000 --- a/templates/protocols/ospf/area/node.tag/node.def +++ /dev/null @@ -1,3 +0,0 @@ -help: Set IPv4 network - - diff --git a/templates/protocols/ospf/area/node.tag/virtual-link/node.tag/authentication/md5/key-id/node.tag/node.def b/templates/protocols/ospf/area/node.tag/virtual-link/node.tag/authentication/md5/key-id/node.tag/node.def deleted file mode 100644 index 3d83feec..00000000 --- a/templates/protocols/ospf/area/node.tag/virtual-link/node.tag/authentication/md5/key-id/node.tag/node.def +++ /dev/null @@ -1 +0,0 @@ -help: Set MD5 key diff --git a/templates/protocols/ospf/area/node.tag/virtual-link/node.tag/node.def b/templates/protocols/ospf/area/node.tag/virtual-link/node.tag/node.def deleted file mode 100644 index 6eb2820b..00000000 --- a/templates/protocols/ospf/area/node.tag/virtual-link/node.tag/node.def +++ /dev/null @@ -1 +0,0 @@ -help: Set virtual link |