summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStig Thormodsrud <stig@vyatta.com>2011-01-04 14:07:50 -0800
committerStig Thormodsrud <stig@vyatta.com>2011-01-04 14:07:50 -0800
commite5c6ff1660cb07e8b0f51ef18f5efa4da14e18e9 (patch)
tree627364b545a21aaf5bf44afc98347da36afd7adf
parent01e79eefa7a5689e065fea4ba06eef65ac17c8c6 (diff)
downloadvyatta-cfg-quagga-e5c6ff1660cb07e8b0f51ef18f5efa4da14e18e9.tar.gz
vyatta-cfg-quagga-e5c6ff1660cb07e8b0f51ef18f5efa4da14e18e9.zip
ZRevert "Fix "no interface". Need space before ';'"
This reverts commit fa8b079a5e0b370bee12ba9bde63eef925ef4043.
-rwxr-xr-xscripts/ospfv3/vyatta-ospfv3.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/ospfv3/vyatta-ospfv3.pl b/scripts/ospfv3/vyatta-ospfv3.pl
index d89567cc..c359d348 100755
--- a/scripts/ospfv3/vyatta-ospfv3.pl
+++ b/scripts/ospfv3/vyatta-ospfv3.pl
@@ -15,7 +15,7 @@
# General Public License for more details.
#
# This code was originally developed by Vyatta, Inc.
-# Portions created by Vyatta are Copyright (C) 2010 Vyatta, Inc.
+# Portions created by Vyatta are Copyright (C) 2006, 2007, 2008 Vyatta, Inc.
# All Rights Reserved.
# **** End License ****
@@ -72,7 +72,7 @@ my %quagga_commands = (
del => 'router ospf6 ; no area #4 range #6 not-advertise'
},
'protocols ospfv3 area var interface' => {
- set => 'router ospf6 ; no interface #6 area #4 ; interface #6 area #4',
+ set => 'router ospf6 ; no interface #6 area #4; interface #6 area #4',
del => 'router ospf6 ; no interface #6 area #4',
noerr => 'set'
},