Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-07 | Fix 3550: Setting kernel redistribution metric generates internal error. | Stig Thormodsrud | |
2008-08-05 | Fix BGP IPv6 redistribute route-map error message. | Stig Thormodsrud | |
2008-08-05 | Add BGP IPv6 redistribute commands. | Stig Thormodsrud | |
2008-08-05 | Fix bgp soft-reconfiguration for IPv6. | Stig Thormodsrud | |
2008-08-04 | Add IPv6 support to bgp cli. | Stig Thormodsrud | |
2008-07-31 | Fix "delete protocols ripng". | Stig Thormodsrud | |
2008-07-30 | Replace calls to vyatta-vtysh perl script with vyatta-vtysh | Stephen 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-07-29 | First pass at gluing ripng cli to quagga. | Stig Thormodsrud | |
2008-07-28 | Use vyatta_sbindir | Stephen Hemminger | |
Wrong shell variable in earlier commit | |||
2008-07-28 | Add new program to check prefix boundary | Stephen Hemminger | |
Using perl to check prefix boundary, is slow because of the overhead of compiling the same script many times. So convert this simple task to a C program. | |||
2008-07-27 | Fix ipv6 blackhole route. | Stig Thormodsrud | |
2008-07-27 | Add cli for IPv6 static routes. | Stig Thormodsrud | |
2008-06-19 | Add configuration parameter for BGP MD5 | Stephen Hemminger | |
Quagga supports BGP over TCP-MD5 now, so need CLI support. Bugfix: 2661 | |||
2008-06-11 | Fix 3345: Unable to configure OSPF redistribute <protocol> route-map <name> | Stig Thormodsrud | |
2008-06-06 | Fix 3316: "metric-type" option does not exist in the CLI for OSPF redistribution | Stig Thormodsrud | |
- also reformat to the newer escape-free format | |||
2008-06-05 | Fix Bug 3269 system gateway-address conflicts with static default | Mohit Mehta | |
- route is only deleted from route table if both gateway-address and the static route equivalent to setting a gateway-address are not set | |||
2008-05-28 | Bugfix: 3019 | Bob Gilligan | |
Tighten up validity check on interface names. | |||
2008-04-30 | Fix 3199: removed redundant "static interface-route blackhole" | Stig Thormodsrud | |
2008-04-24 | Bugfix: 3181, 3019hollister | Bob Gilligan | |
Allow static interface routes to be configured via PPP interfaces that are down. Quagga will install the route when the interface comes up. | |||
2008-04-15 | Partial fix for 3004. Set priority of network node higher than virtual-link ↵ | Stig Thormodsrud | |
node. | |||
2008-04-15 | Merge from glendale | rbalocca | |
2008-04-11 | Merge branch 'glendale' into hollywood | rbalocca | |
Conflicts: templates/protocols/ospf/area/node.tag/range/node.tag/cost/node.def templates/protocols/ospf/area/node.tag/range/node.tag/not-advertise/node.def templates/protocols/ospf/area/node.tag/range/node.tag/substitute/node.def templates/protocols/ospf/area/node.tag/virtual-link/node.tag/authentication/md5/node.def templates/protocols/ospf/area/node.tag/virtual-link/node.tag/authentication/plaintext-password/node.def | |||
2008-04-10 | Fix Bug 3069 Help strings should be standardized | Mohit Mehta | |
- help strings standardized in vyatta-cfg-quagga | |||
2008-04-09 | Fix [Bug 3125] "...... range <> no-advertise" should be removed from the ↵ | Stig Thormodsrud | |
config while it is removed from the routing engine by "set protocols ospf area <> range <> substitute <>" | |||
2008-04-09 | Fix 3126: ospf virtual-link authentication types should not be able to be ↵ | Stig Thormodsrud | |
coexisted in the config | |||
2008-04-08 | Fix 3129: "delete protocols ospf neighbor <> priority" should delete the ↵ | Stig Thormodsrud | |
neighbor in the config as under the routing engine | |||
2008-04-08 | Make sure OSPF area-type is set before default-cost. | Stig Thormodsrud | |
2008-04-08 | Fix 3124: "set protocols ospf area <> area-type nssa translate always" ↵ | Stig Thormodsrud | |
removed "...... nssa no-summary" from the routing engine | |||
2008-04-08 | Fix 3130: "set protocols ospf compatible rfc1583" or " set protocols ospf ↵ | Stig Thormodsrud | |
parameters rfc1583-compatibility" needs to be removed | |||
2008-04-08 | Fix 3131: "delete protocols ospf parameters abr-type" does not remove " ospf ↵ | Stig Thormodsrud | |
abr-type standard" from the routing engine | |||
2008-04-08 | Fix 3133: "delete protocols ospf timers throttle spf delay" commit failed | Stig Thormodsrud | |
2008-04-08 | Fix 3132: "set protocols ospf refresh timers <>" then commit failed | Stig Thormodsrud | |
2008-04-08 | Fix 3128: "isis" needs to be removed under " protocols ospf access-list <> ↵ | Stig Thormodsrud | |
export" | |||
2008-04-07 | Fix 3115: set protocols ospf default-information originate always" sends no ↵ | Stig Thormodsrud | |
"always" to the routing engine | |||
2008-04-04 | Fix 3108: Unable to configure ospf 'default-information' originate | Stig Thormodsrud | |
2008-03-28 | fix bug 3074 | Robert Bays | |
2008-03-25 | shorten some of the BGP help strings | Robert Bays | |
2008-03-25 | update help strings in BGP | Robert Bays | |
add comp_help strings to BGP remove enforce-capability parameter since in quagga it's an alias remove interface parameter since it's ipv6 related remove password parameter as the md5 code isn't in the current release fixed a couple of parameter relationship bugs | |||
2008-03-20 | Fix 3026 ospf: failed to delete ospf configuration from top level | Stig Thormodsrud | |
2008-03-17 | fix bgp and policy for match community and network backdoor | Robert Bays | |
2008-03-14 | fix for bug 2993 | Robert Bays | |
2008-03-14 | fix for bugs 2725 and 2999 | Robert Bays | |
2008-03-11 | Change the type from "txt" to "u32" for "protocols ospf access-list <>" | Arthur Xiong | |
2008-03-10 | Fix Bug 1513 BGP - peer-port and local-port accept invalid values | Mohit Mehta | |
- BGP - peer-port range changed to <1-65535>, also indicated in the help | |||
2008-03-07 | Merge branch 'glendale' of http://git.vyatta.com/vyatta-cfg-quagga into glendale | Robert Bays | |
2008-03-07 | fix ospf node for bug 2783 | Robert Bays | |
2008-03-07 | Merge branch 'glendale' of git.vyatta.com:/git/vyatta-cfg-quagga into glendale | Arthur Xiong | |
2008-03-07 | Fixed a typo | Arthur Xiong | |
2008-03-07 | Merge branch 'glendale' of http://git.vyatta.com/vyatta-cfg-quagga into glendale | Robert Bays | |
2008-03-07 | Merge branch 'glendale' of git.vyatta.com:/git/vyatta-cfg-quagga into glendale | Arthur Xiong | |