Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-11 | Fix Bug 4919 "service dns" branch of configuration file missing ... | Mohit Mehta | |
* use new API to get active 'original + commited' values * split 'dns forwarding' and 'dns dynamic' into different priorities | |||
2009-09-11 | term multinodes perl api support to provide currently committed values. | Michael Larson | |
2009-09-11 | leaf node support for new commit. Returns reconciled processed node ↵ | Michael Larson | |
returnOrigPlusComValue() no term multinode leaf support yet. | |||
2009-09-09 | fix for bug 4697. Added range value check that start must be less than or ↵ | slioch | |
equal to stop address | |||
2009-08-13 | Skip more wireless interfaces | Stephen Hemminger | |
Hostapd creates mon.wlanX interfaces which are not something we need to make visible. | |||
2009-08-12 | Skip wmaster interface in operational commands | Stephen Hemminger | |
Ignore the bogus wmaster interface | |||
2009-08-07 | check if port name is valid for both tcp and udp when protocol tcp_udp | Mohit Mehta | |
2009-07-31 | Merge branch 'kenwood' of http://git.vyatta.com/vyatta-cfg into kenwood | slioch | |
2009-07-31 | cleaned out more of the islavista rank code. closing bug 4473 as a result | slioch | |
2009-07-30 | Add hw_address method for use in bonding | Stephen Hemminger | |
Bonding management needs easy way to find hardware address. Related to Bug 4758 (cherry picked from commit a4404bfb3c4243967a4434707213430d5c4df58e) | |||
2009-07-10 | Fix 4623: Removing IPSEC VPN config without removing cluster ipsec config ↵ | Stig Thormodsrud | |
drops all interfaces. Only use substring if necessary. (cherry picked from commit abfbae9c05c6c7b4bccb2255d91a32ef1bccd1c1) | |||
2009-07-08 | fixed isActive() api to now support mixed level and passed in relative path ↵ | slioch | |
values. (cherry picked from commit f6d95484a2f04633767409a565debe149ef5f56c) | |||
2009-07-08 | added isActive function in perl code to allow a comparison of active | slioch | |
(active plus working commited) nodes for comparison. (cherry picked from commit a09624069795b49d12fd5d4be40dd2eb702b97a4) | |||
2009-07-06 | Merge branch 'kenwood' of http://git.vyatta.com/vyatta-cfg into kenwood | slioch | |
2009-07-06 | bugsfixed in active+working node merge for perl api. | slioch | |
2009-07-06 | updated perl api for new cli to support working node representation. not yet ↵ | slioch | |
functional without additional testing. | |||
2009-07-02 | add function to check if a firewall ruleset isActive | Mohit Mehta | |
2009-06-12 | add validation for bash special characters | An-Cheng Huang | |
2009-06-12 | Make sure interface name regex are anchored | Stephen Hemminger | |
This solves the problem that 'show interfaces ethernet' also shows pseudo ethernet (peth0) device. The problem was that peth0 matched the regex since it was missing start/end. (cherry picked from commit 77fb131b888bafd815722ebdceb5282b43dbb96d) | |||
2009-06-12 | add "restrictive_filename" to TypeChecker | An-Cheng Huang | |
2009-06-03 | change default-policy to default-action for zones | Mohit Mehta | |
2009-05-20 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg into jenner | Stephen Hemminger | |
2009-05-18 | now explicit root merge works up to first multinode with explicit path | slioch | |
2009-05-16 | Add wireless device to table | Stephen Hemminger | |
Place holder for future work. | |||
2009-05-15 | root node support on load merge operation. additional work needed for deeper ↵ | slioch | |
merge path support | |||
2009-05-06 | * don't allow user to change zone-type on the fly | Mohit Mehta | |
2009-05-05 | Fix warnings from using undefined variable | Stephen Hemminger | |
Several places in the the listNodes() code would generate warnings if strict warnings enabled because they had constructs like "$path $node" which aren't correct if $path was not defined. | |||
2009-05-05 | * add flag to print commands to STDOUT for debugging | Mohit Mehta | |
* change prefix and suffix for Vyatta zone chains | |||
2009-04-29 | Rename virtual-ethernet to pseudo-ethernet | Stephen Hemminger | |
Avoid name conflict with veth in Xen. | |||
2009-04-28 | Extend getIP() to be able to get all addresses | Stephen Hemminger | |
Only have one interface for getting addresses. | |||
2009-04-27 | outlaw adding an interface to a zone that has firewall configured for it | Mohit Mehta | |
2009-04-27 | Fix path to virtual-ethernet | Stephen Hemminger | |
And indent net_prefix | |||
2009-04-27 | Cleanup exports of Vyatta::Misc | Stephen Hemminger | |
Remove duplicates from list, and make sure getIP is exported, and that explicit imports are listed. | |||
2009-04-27 | reindent code | Stephen Hemminger | |
2009-04-24 | Add support for virtual-ethernets | Stephen Hemminger | |
2009-04-16 | add function to get zone default-policy | Mohit Mehta | |
remove extraneous arguments in function definition | |||
2009-04-10 | add zone module | Mohit Mehta | |
2009-04-07 | add priorities and ranks for zone based firewall | Mohit Mehta | |
2009-04-01 | Add more service priorities so one service can fail without affecting | Stig Thormodsrud | |
others. | |||
2009-04-01 | Change rank value such that tunnels get created before "protocols rip ↵ | Stig Thormodsrud | |
interface". | |||
2009-03-31 | make bridge address a different rank to match new priority scheme. | An-Cheng Huang | |
2009-03-25 | Move Keepalived.pm from vyatta-cfg-system | Stephen Hemminger | |
There was only one module left in vyatta-cfg-system, and for some of the auth work want to create lib/Vyatta/Auth. | |||
2009-03-23 | Cleanup description string | Stephen Hemminger | |
Remove trailing newline and any leading whitespace. | |||
2009-03-23 | Remove #! /usr/bin/perl | Stephen Hemminger | |
The modules are not perl executables, they are modules. Fixes lintian warning | |||
2009-03-16 | isClusterIP() needs to strip off the /mask/interface/bcast. | Stig Thormodsrud | |
2009-03-02 | Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg into jenner | Stephen Hemminger | |
2009-03-02 | Ignore /sys/class/net/bonding_masters | Stephen Hemminger | |
Bonding leaves this file in /sys/class/net that confuses scripts. | |||
2009-03-02 | Add loopback as a type for getInterfacesIPadresses(). | Stig Thormodsrud | |
2009-03-02 | When an IP address is configured on a loopback, ↵ | Stig Thormodsrud | |
getInterfacesIPadresses('all') doesn't include them. Include loopback addresses. | |||
2009-03-02 | Remove duplicate constants. | Stig Thormodsrud | |