.gitignore |
2
ChangeLog |
1
Makefile.am |
1
debian/autogen.sh |
26 -
debian/changelog |
107 ++++
debian/control |
2
etc/bash_completion.d/20vyatta-cfg |
90 +++
etc/init.d/vyatta-ofr |
3
etc/shell/level/users/allowed-op |
6
scripts/VyattaConfigLoad.pm |
62 +-
scripts/VyattaConfigOutput.pm |
43 +
scripts/vyatta-config-gen-sets.pl |
58 ++
scripts/vyatta-interfaces.pl |
244 +++++-----
scripts/vyatta-load-config.pl |
75 ++-
scripts/vyatta-save-config.pl |
69 ++
src/cli_def.l |
7
src/cli_new.c |
2
src/cli_parse.y |
27 +
src/cli_val.h |
1
src/cli_val_engine.c |
11
src/commit.c |
136 ++++-
src/delete.c |
92 +++
src/set.c |
22
templates/interfaces/ethernet/node.def |
4
templates/interfaces/ethernet/node.tag/address/node.def |
6
templates/interfaces/ethernet/node.tag/description/node.def |
2
templates/interfaces/ethernet/node.tag/disable/node.def |
2
templates/interfaces/ethernet/node.tag/hw-id/node.def |
2
templates/interfaces/ethernet/node.tag/mac/node.def |
2
templates/interfaces/ethernet/node.tag/mtu/node.def |
2
templates/interfaces/ethernet/node.tag/smp_affinity/node.def |
14
templates/interfaces/ethernet/node.tag/vif/node.def |
2
templates/interfaces/ethernet/node.tag/vif/node.tag/address/node.def |
6
templates/interfaces/ethernet/node.tag/vif/node.tag/description/node.def |
2
templates/interfaces/ethernet/node.tag/vif/node.tag/disable/node.def |
2
templates/interfaces/loopback/node.def |
2
templates/interfaces/loopback/node.tag/address/node.def |
4
templates/interfaces/loopback/node.tag/description/node.def |
2
templates/interfaces/node.def |
2
39 files changed, 897 insertions(+), 246 deletions(-)
New commits:
commit 3b1043be67c60220c107e42998635c628eb84393
Author: Mohit Mehta <[EMAIL PROTECTED]>
Date: Sun Jun 22 03:50:46 2008 +0000
add top level op-mode commands: 'connect', 'delete', 'disconnect', and
'terminal'
to allowed-op file so that they not flagged as invalid commands when logged
in as a operator level user
commit 4c0cb014d55882ed769a89d9d630bd1160d4ef54
Author: Michael Larson <[EMAIL PROTECTED]>
Date: Wed Jun 25 11:53:19 2008 -0700
fixed non-root user access for discard. also moved help string.
commit 508087a450210fb6bfb4489f118c82f9515f61f5
Author: Stig Thormodsrud <[EMAIL PROTECTED]>
Date: Tue Jun 24 20:39:29 2008 -0700
Fix 2619: Implement something similar to Juniper's "show | display set"
functionality.
commit 82c0cd30275f8cbfcec95cdc129e4f88cea12f0f
Author: Stig Thormodsrud <[EMAIL PROTECTED]>
Date: Tue Jun 24 17:32:50 2008 -0700
Fix 3143: Unable to save/load config from a remote server.
commit d510ee758bdf20507f0b9dceb52e737a37452be7
Author: Mohit Mehta <[EMAIL PROTECTED]>
Date: Sat Jun 21 21:55:37 2008 +0000
add release and renew to allowed-op file so that operator is able to
execute them
commit 54b6ae5b4fe5717743e2ec7c0b9f622b8c0b45f4
Author: Mohit Mehta <[EMAIL PROTECTED]>
Date: Sat Jun 21 04:54:10 2008 +0000
better handling of allowed values for 'release/renew dhcp interface <>'
commit 2c51694d9a1791078e6ceef843f0259bc98ae180
Author: rbalocca <[EMAIL PROTECTED]>
Date: Sat Jun 21 23:00:52 2008 -0700
Add dependency
commit e30e8fe22035ebea101a88ead515a962936e6d31
Author: Mohit Mehta <[EMAIL PROTECTED]>
Date: Sat Jun 21 01:23:24 2008 +0000
better handling of dhcp release/renew commands
commit bfc8a01de337eb28ea5a6597336635c107fafb63
Author: Mohit Mehta <[EMAIL PROTECTED]>
Date: Fri Jun 20 22:53:28 2008 +0000
Fix bug 3059 Operator Level commands for DHCP client
implemented op-mode commands for DHCP client:
'release dhcp interface <>'
'renew dhcp interface <>'
commit 4219faf6dc245449b29184953d440fb83d6d3684
Author: Stig Thormodsrud <[EMAIL PROTECTED]>
Date: Thu Jun 19 17:18:52 2008 -0700
Add a config ranking to prioritize bgp route-id ahead of neighbors.
commit c308c149bf09bc9b690672e6bdc80f00c5a84608
Author: Mohit Mehta <[EMAIL PROTECTED]>
Date: Thu Jun 19 06:48:20 2008 +0000
-> redo the way dhcp client works. instead of using one daemon for all
interfaces,
use separate daemons for separate interfaces. when one daemon was
handling all
interfaces, a release/renew at one interface would release/renew all
other interfaces
as well before we brought them back to the state specified in vyatta
config
-> Also, Fix bug 3346
replaced the die command with print followed by exit 1
-> modified vyatta-interfaces.pl to remove code for handling op-command:
'clear dhcp client process'
this command restarted the dhcp client daemon but now that we have
separate
daemons for separate interfaces, this is not useful. Also, this will be
replaced by op-commands for 'dhcp client release lease' and 'dhcp client
renew lease'
commands in hollywood beta
commit f2a08bfd0e1d7d7f2e62e81a287fd5cd867db817
Author: Bob Gilligan <[EMAIL PROTECTED]>
Date: Thu Jun 19 12:22:19 2008 -0700
Bugfix: 3355
Handle case of user changing SMP affinity configuration of an interface.
commit 2b12e94e3f19b694808fb2513f8e2a1e08eaec2d
Author: An-Cheng Huang <[EMAIL PROTECTED]>
Date: Wed Jun 18 19:17:19 2008 -0700
fix for bug 2622: add "copy" and "rename" commands for configuration mode.
commit 97238661d34432eac6c8df62a28367da941f3e37
Author: Michael Larson <[EMAIL PROTECTED]>
Date: Tue Jun 17 14:06:55 2008 -0700
fix for bug 110. added discard command to configure mode. This command
deletes local changes and keeps the user in configure mode.
commit 8f1c7d3f0eb43ca080acb83e880af7403117c9cd
Author: Michael Larson <[EMAIL PROTECTED]>
Date: Tue Jun 17 10:55:11 2008 -0700
fix for bug 3347--skip def file.o
commit 9ecac28234e11b5df607fe338fdebc8956c9e349
Author: Mark O'Brien <[EMAIL PROTECTED]>
Date: Tue Jun 17 09:26:38 2008 -0700
3.1.0
commit 4f12bac0dd00c1471fa8b1c6cf677e3a7680bc5f
Author: Stig Thormodsrud <[EMAIL PROTECTED]>
Date: Wed Jun 11 14:36:35 2008 -0700
Block reboot from config mode.
commit bca0ace007667fb9c2e634e0debd120fc58525d4
Author: Stig Thormodsrud <[EMAIL PROTECTED]>
Date: Wed Jun 4 11:32:23 2008 -0700
Add exception for /31 and /32 for ipv4 and /128 for ipv6
commit aca9f66546b7018beb53a6357a4f2e381e2590a5
Author: Stig Thormodsrud <[EMAIL PROTECTED]>
Date: Tue Jun 3 12:34:08 2008 -0700
Fix 920: System allows configuration of invalid IP Address for subnet
commit 63fafce5d3f2cb2f397777804cbcdfa062981ba8
Author: rbalocca <[EMAIL PROTECTED]>
Date: Mon May 19 16:18:37 2008 -0700
Ignore log file
commit 897c9dcc7bacaaf57c648fc147f162f34aab9b6e
Author: rbalocca <[EMAIL PROTECTED]>
Date: Mon May 19 16:15:57 2008 -0700
Fix for bug #3274 https://bugzilla.vyatta.com/show_bug.cgi?id=3274
commit e1c9d6128c973f9f32a41cec4332734e32430178
Author: Stig Thormodsrud <[EMAIL PROTECTED]>
Date: Mon May 19 15:59:27 2008 -0700
Force "protocols ospf parameters" to be committed before other ospf config.
This should fix bug 3272 at boot time, but we still need to fix quagga so
that
it doesn't crash if router-id is changed during convergence.
commit 53a7bece51cfb07a8e3dd581aa04580f0cd7d71e
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Wed May 14 13:55:29 2008 -0700
Avoid any problems with non-device entries in /sys/class/net
Bonding leaves file in /sys/class/net/bonding. Avoid any
problems this causes.
commit a6c714e9b6a8471f428824a310dae8c9fccb2908
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Wed May 14 13:41:27 2008 -0700
Remove unused dependencies
No longer need Tie or flock, these were used when dealing with watchlink
commit 04f1b8990af194e436c8581f1ca1a7f60596899c
Author: Stig Thormodsrud <[EMAIL PROTECTED]>
Date: Fri May 9 17:50:05 2008 -0700
Fix vlan regex.
commit 132e5c7b81bc308bfd66b23a7d619329ded829df
Author: An-Cheng Huang <[EMAIL PROTECTED]>
Date: Thu May 8 21:11:13 2008 -0700
fix for bug 3239: now support regex-based ordering for startup config
loading.
commit 07d3641ca62cfede93708d366bb3e5410feba519
Author: Stig Thormodsrud <[EMAIL PROTECTED]>
Date: Thu May 8 17:48:05 2008 -0700
Add more granularity to config rank (commit rip, ospf, bgp separately).
commit b65a77546b27e79eda8ef016f8e2597ea403c3ca
Author: rbalocca <[EMAIL PROTECTED]>
Date: Wed May 7 15:03:21 2008 -0700
Fix problem with Default-Stop
commit 2c53162fa68e033670c2dfbdc006dc9041a2b99c
Author: rbalocca <[EMAIL PROTECTED]>
Date: Wed May 7 14:56:35 2008 -0700
Convert to our method of changelog creation
commit 762315a293866b7b4c5fc3ca7c7470035a8e3854
Author: Stig Thormodsrud <[EMAIL PROTECTED]>
Date: Tue May 6 14:32:48 2008 -0700
Only check for dhcp client on eth, vlan, and bridge.
commit 2471813598d00698701b5d6798c0a03d73288488
Author: Stig Thormodsrud <[EMAIL PROTECTED]>
Date: Mon May 5 14:46:30 2008 -0700
Fix 3233 dhcp client doesn't work on bridge interface
commit 721439469c1146fd283ea219898f4d9b11c0db46
Author: An-Cheng Huang <[EMAIL PROTECTED]>
Date: Thu May 1 14:28:44 2008 -0700
support "wildcard" ranking at boot time. only VRRP uses this for now.
commit e1068de05de78e9a384b6f3740f8ee5bf5b3d41b
Author: An-Cheng Huang <[EMAIL PROTECTED]>
Date: Tue Apr 29 16:43:21 2008 -0700
partial fix for bug 3216: display escaped edit path correctly.
commit 7cb99a90634ed0685eac3a61b7c3cfcd274d8fe1
Author: Michael Larson <[EMAIL PROTECTED]>
Date: Thu Apr 24 17:33:30 2008 -0700
fix for show -all. note there is a change in how config files are
saved--only set values are now save as opposed to set
values plus all default values. set values will be saved now even if they
match the default value.
commit 9ebc57f00be76b13c5c25776c43e4be0fb749ac1
Author: rbalocca <[EMAIL PROTECTED]>
Date: Wed Apr 23 17:22:14 2008 -0700
Add parted debian package for install-system use
commit ea82e707fed342ef019b5fd5e2e359eebb337b03
Author: Michael Larson <[EMAIL PROTECTED]>
Date: Wed Apr 23 12:19:27 2008 -0700
backing out show cmd change for now on existence of def
commit 4d47c9ee564e5c865fed3b1a6374b9317528b357
Author: Michael Larson <[EMAIL PROTECTED]>
Date: Wed Apr 23 11:10:46 2008 -0700
final checkin as fix for bug 1219.
commit 3dfd14fbb84b14cfb632171cac15546bfea79a68
Author: Michael Larson <[EMAIL PROTECTED]>
Date: Wed Apr 23 10:42:45 2008 -0700
mask out def markers in config script
commit 52b1e7ee61b6ce0e046371260dc13e333e3f62ca
Author: Michael Larson <[EMAIL PROTECTED]>
Date: Tue Apr 22 17:28:00 2008 -0700
create def file to mark configuration nodes that are created by default,
rather than a node with a default value created by a
user. partial fix for bug 1219. Allows system to differentiate between
active def nodes versus user created nodes with def
values.
commit 6ec19ddffc7ff6d8806a913314ceee6565d132c9
Author: Michael Larson <[EMAIL PROTECTED]>
Date: Wed Apr 16 13:18:14 2008 -0700
modified fix for 2525--fixes problem introduced with last fix (bug 3163)
commit c6f6b26e6ab046bf2606bc4f85dd04f001dac40c
Author: Michael Larson <[EMAIL PROTECTED]>
Date: Tue Apr 15 15:36:29 2008 -0700
revert fix for 2525 until delete on commit warnings are resolved.
commit 6f76a6068eff7d50f9725e3edff3bb963d8f1e88
Author: Michael Larson <[EMAIL PROTECTED]>
Date: Tue Apr 15 13:54:13 2008 -0700
reverse sort order on delete
commit 043d8925a06ad6a6ac01939b263d474a31721352
Author: Michael Larson <[EMAIL PROTECTED]>
Date: Mon Apr 14 17:35:55 2008 -0700
modified node ordering code.
commit c59e8b9812d7795d96a07db879a5626f4f1d2e7a
Author: Michael Larson <[EMAIL PROTECTED]>
Date: Mon Apr 14 13:59:34 2008 -0700
partial revert of priority support--will reapply after additional changes.
commit 9a015172b6fadc6431bb5484859e129d3846acf6
Author: Michael Larson <[EMAIL PROTECTED]>
Date: Sun Apr 13 17:00:08 2008 -0700
temp removal of free--possible corruption.
commit 5726b9af7675a459dbb93b3cc931c101717ba9d2
Author: Michael Larson <[EMAIL PROTECTED]>
Date: Fri Apr 11 15:11:16 2008 -0700
support for node priority. higher value in node.def is higher priority.
commit 7b6dc5c96511ebdb55221c54ed340733b4e8ba27
Author: Mohit Mehta <[EMAIL PROTECTED]>
Date: Fri Apr 11 21:53:24 2008 +0000
Fix Bug 3069 Help strings should be standardized
- help strings standardized in vyatta-cfg
commit f11c3e118f48d7bfd6d2a8d5d32309f2a83403fc
Author: An-Cheng Huang <[EMAIL PROTECTED]>
Date: Thu Apr 10 17:49:50 2008 -0700
partial fix for bug 2181: add new template field "priority".
commit 6072a6950706da557fc2aaa66919239d07207578
Author: Michael Larson <[EMAIL PROTECTED]>
Date: Thu Apr 10 16:16:43 2008 -0700
alternate fix for 2525--force directory evaluation upstream.
commit 59f85019f6369719ba5b212934be71fcd94f910c
Author: Michael Larson <[EMAIL PROTECTED]>
Date: Thu Apr 10 16:15:42 2008 -0700
Revert "fix for bug 2525"
This reverts commit f352a460fdf15ac927d1deb4672c42b334eb8e67.
commit 78f26204cc17a89636c7b7b71826e8cb51fa8868
Author: Mohit Mehta <[EMAIL PROTECTED]>
Date: Wed Apr 9 17:54:44 2008 +0000
Fix Bug 3069 Help strings should be standardized
- help strings standardized in vyatta-cfg
commit f352a460fdf15ac927d1deb4672c42b334eb8e67
Author: Michael Larson <[EMAIL PROTECTED]>
Date: Wed Apr 9 09:47:55 2008 -0700
fix for bug 2525
commit d0cb0d6c3d533e4ac8ce824409d590b6186f6208
Author: Michael Larson <[EMAIL PROTECTED]>
Date: Fri Apr 4 17:29:02 2008 -0700
fix for bug 2549.
commit f71417e0209a48bb88fb614acb186109e0573941
Author: Michael Larson <[EMAIL PROTECTED]>
Date: Thu Apr 3 14:18:31 2008 -0700
fix for bug 2507
commit 053d42ea27a5b89f0a19a09dd347bc37c6f07948
Author: An-Cheng Huang <[EMAIL PROTECTED]>
Date: Tue Apr 1 10:08:14 2008 -0700
fix for bug 2689: sort tag nodes appropriately
commit 9273d3172d39360d019d3e3256d2c537d2b71d80
Author: Mohit Mehta <[EMAIL PROTECTED]>
Date: Mon Mar 24 18:26:53 2008 -0700
Fix Bug 2825 Load should read config file from default location when no
argument is provided.
- 'load' reads config file from default location just as 'save'
commit 49410eda5472a3d0fd554810c19223ecfbc0f35a
Author: Stig Thormodsrud <[EMAIL PROTECTED]>
Date: Mon Mar 10 12:18:17 2008 -0700
Add vlan dependancy for vyatta-cfg.
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=3b1043be67c60220c107e42998635c628eb84393
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=4c0cb014d55882ed769a89d9d630bd1160d4ef54
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=508087a450210fb6bfb4489f118c82f9515f61f5
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=82c0cd30275f8cbfcec95cdc129e4f88cea12f0f
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=d510ee758bdf20507f0b9dceb52e737a37452be7
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=54b6ae5b4fe5717743e2ec7c0b9f622b8c0b45f4
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=2c51694d9a1791078e6ceef843f0259bc98ae180
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=e30e8fe22035ebea101a88ead515a962936e6d31
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=bfc8a01de337eb28ea5a6597336635c107fafb63
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=4219faf6dc245449b29184953d440fb83d6d3684
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=c308c149bf09bc9b690672e6bdc80f00c5a84608
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=f2a08bfd0e1d7d7f2e62e81a287fd5cd867db817
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=2b12e94e3f19b694808fb2513f8e2a1e08eaec2d
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=97238661d34432eac6c8df62a28367da941f3e37
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=8f1c7d3f0eb43ca080acb83e880af7403117c9cd
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=9ecac28234e11b5df607fe338fdebc8956c9e349
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=4f12bac0dd00c1471fa8b1c6cf677e3a7680bc5f
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=bca0ace007667fb9c2e634e0debd120fc58525d4
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=aca9f66546b7018beb53a6357a4f2e381e2590a5
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=63fafce5d3f2cb2f397777804cbcdfa062981ba8
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=897c9dcc7bacaaf57c648fc147f162f34aab9b6e
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=e1c9d6128c973f9f32a41cec4332734e32430178
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=53a7bece51cfb07a8e3dd581aa04580f0cd7d71e
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=a6c714e9b6a8471f428824a310dae8c9fccb2908
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=04f1b8990af194e436c8581f1ca1a7f60596899c
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=132e5c7b81bc308bfd66b23a7d619329ded829df
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=07d3641ca62cfede93708d366bb3e5410feba519
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=b65a77546b27e79eda8ef016f8e2597ea403c3ca
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=2c53162fa68e033670c2dfbdc006dc9041a2b99c
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=762315a293866b7b4c5fc3ca7c7470035a8e3854
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=2471813598d00698701b5d6798c0a03d73288488
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=721439469c1146fd283ea219898f4d9b11c0db46
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=e1068de05de78e9a384b6f3740f8ee5bf5b3d41b
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=7cb99a90634ed0685eac3a61b7c3cfcd274d8fe1
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=9ebc57f00be76b13c5c25776c43e4be0fb749ac1
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=ea82e707fed342ef019b5fd5e2e359eebb337b03
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=4d47c9ee564e5c865fed3b1a6374b9317528b357
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=3dfd14fbb84b14cfb632171cac15546bfea79a68
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=52b1e7ee61b6ce0e046371260dc13e333e3f62ca
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=6ec19ddffc7ff6d8806a913314ceee6565d132c9
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=c6f6b26e6ab046bf2606bc4f85dd04f001dac40c
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=6f76a6068eff7d50f9725e3edff3bb963d8f1e88
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=043d8925a06ad6a6ac01939b263d474a31721352
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=c59e8b9812d7795d96a07db879a5626f4f1d2e7a
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=9a015172b6fadc6431bb5484859e129d3846acf6
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=5726b9af7675a459dbb93b3cc931c101717ba9d2
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=7b6dc5c96511ebdb55221c54ed340733b4e8ba27
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=f11c3e118f48d7bfd6d2a8d5d32309f2a83403fc
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=6072a6950706da557fc2aaa66919239d07207578
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=59f85019f6369719ba5b212934be71fcd94f910c
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=78f26204cc17a89636c7b7b71826e8cb51fa8868
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=f352a460fdf15ac927d1deb4672c42b334eb8e67
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=d0cb0d6c3d533e4ac8ce824409d590b6186f6208
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=f71417e0209a48bb88fb614acb186109e0573941
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=053d42ea27a5b89f0a19a09dd347bc37c6f07948
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=9273d3172d39360d019d3e3256d2c537d2b71d80
http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=49410eda5472a3d0fd554810c19223ecfbc0f35a
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn