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