summaryrefslogtreecommitdiff
path: root/templates/interfaces/loopback
AgeCommit message (Collapse)Author
2009-03-25Generate interface templates as part of buildStephen Hemminger
Rather than 100's of copies of the same template, use the same process as the firewall module to generate the templates. For this, the are meta-templates in interface-templates directory which get processed and $IFNAME is replaced by the appropriate CLI syntax to refer back to the directory name. Changing a quagga template in most cases can be done by fixing the meta-template.
2009-03-23Start ipv6 daemons as needed during ospf/rip configStephen Hemminger
2009-03-23Start OSPF/RIP as needed during configStephen Hemminger
This only happens if link metrics set but OSPF/RIP not running yet.
2009-03-03Add initial "interface <> ipv6 ripng" nodes.Stig Thormodsrud
More work to be done to support this on adsl and serial.
2009-02-25Change from double quote to single quote around $VAR(@).Stig Thormodsrud
2009-02-25Revert "Make sure to quote $VAR(@) usage."Stig Thormodsrud
This reverts commit 66f7e4b555c01812cbe5f993bc112cec99743235.
2009-02-24Make sure to quote $VAR(@) usage.Stig Thormodsrud
2009-02-11Initial commit of config commands for ospfv3root
2008-08-12Revert "Replace vyatta-vtysh with vtysh"Stephen Hemminger
This reverts commit 588492cf8a9ddf438b649c6db4986bcab9c22435.
2008-08-11Replace vyatta-vtysh with vtyshStephen Hemminger
2008-07-30Replace calls to vyatta-vtysh perl script with vyatta-vtyshStephen Hemminger
No longer need the perl wrapper, the logging and error suppression are now in the command itself. This helps with the speed of route creation with lots of routes.
2008-06-06Fix bug 3134 "delete interfaces <> <> ip rip split-horizon" sets "no ip rip ↵Mohit Mehta
split-horizon" under the routing engine which is unknown in the config - 'interfaces <.....> ip rip split-horizon' does nothing on set or delete documentation needs to be updated to reflect: :'interfaces <.....> ip rip' or 'interfaces <.....> ip rip split-horizon' do nothing on set or delete :CLI under 'interfaces <.....> ip rip split-horizon' be only used to control split horizon behaviour i.e. :either disable it using: 'set interfaces <.....> ip rip split-horizon disable' :or use split-horizon with poison reverse using: 'set interfaces <.....> ip rip split-horizon poison-reverse' :to set up RIP for an interface, RIP section under protocols is to be used
2008-04-30Fix 3139 Check for previous authentication type before allowing anotherStig Thormodsrud
2008-04-15Fix Bug 2849 "disable-split-horizon" needs to be implementedMohit Mehta
-implemented 'split-horizon disable' for all interfaces that allow configuring RIP
2008-04-15Fix Bug 2849 "disable-split-horizon" needs to be implementedMohit Mehta
-implemented 'split-horizon disable' for all interfaces that allow configuring RIP
2008-04-15Merge from glendalerbalocca
2008-04-10Fix Bug 3069 Help strings should be standardizedMohit Mehta
- help strings standardized in vyatta-cfg-quagga
2008-02-13Fix 2819 Plain-text authentication should be identified as suchStig Thormodsrud
2008-02-13Duplicate quagga "interface ip ospf" tree for tunnel and vif interfaces.Stig Thormodsrud
Need to figure out a better way of doing this...
2008-01-31convert templates to new syntaxAn-Cheng Huang
2007-12-12Add wrapper script between cfg templates and vtysh. The wrapper will:Stig Thormodsrud
- log commands to /tmp/vtysh.log - return error code when quagga responds with an errmsg - ignore errors when called with -n
2007-12-10Redo RIP cli to remove interface/network requirement.Stig Thormodsrud
2007-11-29Add OSPF authentication cli to loopback interface.Stig Thormodsrud
2007-11-27Add OSPF interface commands for ethernet and loopback.Stig Thormodsrud