Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-26 | T2021: relax the OSPFv3 area restriction and allow decimal format. | Daniil Baturin | |
2018-11-25 | T981: disallow decimal area notation in OSPFv3 since neither FRR no Quagga ↵ | Daniil Baturin | |
support it. | |||
2010-03-20 | Fix 4161: Bad config handling of "protocols ospf passive-interface" | Stig Thormodsrud | |
2010-03-04 | Allow multiple values in 'set community' | Stephen Hemminger | |
Bug 5400 Allow for setting multiple values in quoted string for set community. | |||
2009-03-16 | Reindent perl code | Stephen Hemminger | |
Make it look nice and tidy | |||
2009-03-16 | Don't use closure in GetOptions | Stephen 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-16 | Fix confusion between net object and string | Stephen 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-01-29 | Fix exists/not exists function | Stephen Hemminger | |
The operator precendence in perl is not same as C. | |||
2009-01-28 | Change mode of script files | Stephen Hemminger | |
Mode of scripts should be 755 | |||
2009-01-28 | utils: turn on strict | Stephen Hemminger | |
Turn on strict and fix perlcritic warnings. | |||
2008-11-21 | Convert to new Vyatta::Config hierarchy | Stephen Hemminger | |
2008-07-27 | Fix check_prefix_boundry() to handle IPv6 abreviated addresses. | Stig Thormodsrud | |
2007-11-06 | Fix ospf area validation and move error message to template file. | Stig Thormodsrud | |
2007-11-05 | Add ospf area validation and fix tab completion for router-id. | Stig Thormodsrud | |
2007-10-17 | Add missing vyatta_quagga_utils.pl. | Stig Thormodsrud | |