Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
debian/control
|
|
|
|
|
|
|
|
|
|
|
|
ExtCommunities for Border Gateway Protocol
|
|
|
|
|
|
do not add config if command fails
|
|
|
|
|
|
For tag nodes, tag: must be the first statement in the template,
don't ask me why. Maybe we should change it in the parser.
|
|
T132 Allow route-map to set "src"
|
|
Initial commit on T64. (Bgp extcommunity list)
|
|
|
|
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
|
|
|
|
Phabricator's T132
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
|
|
Phabricator's T132
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Alex Harpin <development@landsofshadow.co.uk>
|
|
Signed-off-by: Daniil Baturin <daniil@baturin.org>
|
|
Signed-off-by: Daniil Baturin <daniil@baturin.org>
|
|
|
|
Remove unused / old configuration nodes from bgp and ospfv3
Bug #459 http://bugzilla.vyos.net/show_bug.cgi?id=459
|
|
Signed-off-by: Daniil Baturin <daniil@baturin.org>
|
|
|
|
|
|
|
|
```
vyatta@r1-part# set policy access-list 10 rule <tab><tab>
Possible completions:
> <1-65535>> Access-list rule number
> 10
```
**Should look like access-list6 tab completion:**
```
vyatta@r1-part# set policy access-list6 test rule <tab><tab>
Possible completions:
> <1-65535> Access-list6 rule number
```
|
|
help command.
|
|
|