summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-03-31Swap order of parametersStephen Hemminger
Since peer-group can be undef, make it be last for safety with arg list.
2009-03-310.18.9debian/0.18.9Stephen Hemminger
2009-03-31Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg-quagga into jennerStephen Hemminger
2009-03-31Yet another logic error in vyatta-bgpStephen Hemminger
Check for remote-as/peer-group was backwards.
2009-03-30Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg-quagga into jennerStephen Hemminger
2009-03-30Fix error checking of remote-asStephen Hemminger
Logic error in earlier change
2009-03-300.18.8debian/0.18.8Stephen Hemminger
2009-03-30Fix interface name on rip authentication nodeStephen Hemminger
When generating templates, don't append .. onto interface name when going through node.tag directory.
2009-03-30Fix bgp check scriptStephen Hemminger
Problem introduced when converted to use closures (by me). Closures don't work if arg check attempts to exit because of how the exception model works in GetOptions. Bug 4258
2009-03-300.18.7debian/0.18.7Stephen Hemminger
2009-03-30Add missing backslashStephen Hemminger
Fix ospf smoke failure
2009-03-290.18.6debian/0.18.6Stephen Hemminger
2009-03-29Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg-quagga into jennerStephen Hemminger
2009-03-29Reformat template for clarityStephen Hemminger
-ELINESTOOLONGTOOREAD
2009-03-29Fix extra " at end of templateStephen Hemminger
More conversion stuff.
2009-03-29Fix extra " in templateStephen Hemminger
Leftover from conversion from old expression syntax
2009-03-290.18.5debian/0.18.5Stephen Hemminger
2009-03-29Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg-quagga into jennerStephen Hemminger
2009-03-29Fix sysctl setting link_filter on vifStephen Hemminger
sysctl command has legacy dotted notation which won't work with names for vlans (eth1.110). So just write /proc.
2009-03-280.18.4debian/0.18.4Stephen Hemminger
2009-03-28Remove extra ; from delete nodeStephen Hemminger
Problem in last conversion
2009-03-28Get rid of extra trailing space in commandStephen Hemminger
2009-03-270.18.3debian/0.18.3Stephen Hemminger
2009-03-27Cleanup indentation of authentication templateStephen Hemminger
Fix problem with conversion from expression to non-expression format of template.
2009-03-27Use CLI regex to check length of keyStephen Hemminger
Less overhead.
2009-03-27Fix some possible issues with policy scriptStephen Hemminger
Change to closure would not allow exit to work correctly. Go back to old way using variables. Use grep -c to count instances Also rerun through tidy.
2009-03-260.18.2debian/0.18.2Stephen Hemminger
2009-03-26Fix regex in password checksStephen Hemminger
Missing end of match
2009-03-26Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-quagga into jennerStephen Hemminger
2009-03-250.18.1debian/0.18.1Stig Thormodsrud
2009-03-25Change "rip/ripng interface" check from "syntax" to "commit".Stig Thormodsrud
Change error message to not say "ethernet".
2009-03-25Fix link_filter settingStephen Hemminger
Need to be super user here. Also ipv6 link filter is not in kernel yet.
2009-03-250.18.0debian/0.18.0Stephen Hemminger
2009-03-25Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg-quagga into jennerStephen Hemminger
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-240.17.11debian/0.17.11Stig Thormodsrud
2009-03-24Change "syntax" to "commit" check for "protocol ospf passive-interace"Stig Thormodsrud
2009-03-23Start ipv6 daemons as needed during ospf/rip configStephen Hemminger
2009-03-23Use symlinks to reduce number of node files.Stephen Hemminger
Rather than having mulitple copies of same template, use symlinks
2009-03-230.17.10debian/0.17.10Stephen 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-23Enable link filteringStephen Hemminger
Bug 4061 Enable new kernel link_filter for IPV4 and IPV6
2009-03-160.17.9debian/0.17.9Stephen Hemminger
2009-03-16Handle error message in perl codeStephen Hemminger
Easier to just have utility print error message
2009-03-16Reindent perl codeStephen Hemminger
Make it look nice and tidy
2009-03-16Don't use closure in GetOptionsStephen Hemminger
Although it looks cleaner, the error handling for closures is different. Exit in closure from GetOptions, only fails the option not the program.
2009-03-16Fix confusion between net object and stringStephen Hemminger
Bug 4221 The function net->network() returns a new network object, rather than the string. Need to use cidr() to get the string representation.
2009-03-12Replace update with create on multi-nodeStephen Hemminger
Avoid config issues with update on multi-node
2009-03-11Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-quagga into jennerStephen Hemminger
2009-03-11Remove extra backslashStephen Hemminger
Don't need extra backslash here.