Julien Fortin
594fb088e8
small easy: support (0|1) or (off|on) attribute while keeping backward compatibility
...
Ticket: CM-8866
Reviewed By: Roopa
Testing Done:
added support for:
* bond-lacp-bypass-allow (0|1)
* bond-use-carrier (0|1)
* bridge-mcqifaddr (0|1)
* bridge-mcquerier (0|1)
* bridge-mcrouter (0|1)
* bridge-mcsnoop (0|1)
* bridge-portmcrouter (0|1)
* link-autoneg (off|on)
* vxlan-learning (off|on)
these 2 are not yet supported by ifupdown2:
* bond-lacp-bypass-all-active (0|1)
* bond-lacp-fallback-allow (0|1)
This one is left untouched. yes/no doesn't make sense for this attribute.
* bond-lacp-rate (0|1)
Signed-off-by: Julien Fortin <[email protected] >
2016-06-16 03:37:36 +01:00
Julien Fortin
e909bd85c3
examples: generate interfaces: will fetch pci interfaces when porttab is missing
...
Ticket: CM-10751
Reviewed By: Roopa, Nikhil
Testing Done: exec script without porttab
Signed-off-by: Julien Fortin <[email protected] >
2016-06-16 03:37:34 +01:00
Julien Fortin
3f917631c3
docs: examples: generate_interfaces: display unsupported message when porttab file is not found
...
Ticket: CM-10751
Reviewed By: Roopa, Nikhil
Testing Done: tested the script with and without porttab file
Signed-off-by: Julien Fortin <[email protected] >
2016-05-05 01:47:04 +02:00
David Ahern
dad6af7eb7
docs: Update mgmt vrf example
...
Change mgmt vrf name to just 'mgmt'
Add loopback address
Change table from 252 to auto
Signed-off-by: David Ahern <[email protected] >
2016-03-16 17:33:40 -06:00
David Ahern
fc7e1fa2cc
docs: Add example config for mgmt-vrf
...
Ticket: none
Reviewed By: none
Add example of how to configure management vrf.
Signed-off-by: David Ahern <[email protected] >
2016-02-29 15:22:56 -08:00
Roopa Prabhu
f6d2d5eab5
fix errors in examples that were generate warnings
...
Ticket:
Reviewed By: trivial
Testing Done: Tested all example files with latest from 2.5.4
2015-09-09 11:21:24 -07:00
Roopa Prabhu
547084c312
un-glob expression in sample file
...
Ticket:
Reviewed By: trivial
Testing Done: Tested that sample works fine
2015-07-01 15:00:07 -07:00
Roopa Prabhu
64db332a85
s/portautoedge/portadminedge/ + configure BA on uplink port
...
Ticket:
Reviewed By:
Testing Done:
2015-01-28 17:06:51 -08:00
anuradhak
c4842479ad
Added clag-id to the interfaces example file.
...
Ticket:
Reviewed By:
Testing Done:
2015-01-12 13:52:33 -08:00
Roopa Prabhu
7ce1bb50e9
Fix a few more s/br/bridge/g
...
Ticket: CM-3346
Reviewed By:
Testing Done:
(cherry picked from commit e63e03e90af531ab660dca03f437f8432337c5d3)
2014-11-26 13:08:08 -08:00
Roopa Prabhu
5e4f0612fa
Delete stale example files
...
Ticket: CM-3346
Reviewed By:
Testing Done: sanity tests
(cherry picked from commit ea6f72f628abc3758f4bf665a1c90e6d50860aea)
2014-11-26 13:07:55 -08:00
Roopa Prabhu
8c8dab1a3f
Change names and s/br/bridge/
...
Ticket: CM-3346
Reviewed By:
Testing Done: Tested ifupdown2 sanity with all example files
(cherry picked from commit 40a3f646548c35bda34f4d41adb2e935374bb029)
2014-11-26 13:07:12 -08:00
Roopa Prabhu
84bf47c60a
Fix clag example
...
Ticket: CM-3346
Reviewed By: scotte
Testing Done:
2014-11-17 04:45:45 -08:00
Roopa Prabhu
a5bbc8ed41
Fix comment
...
Ticket: Cm-3346
Reviewed By:
Testing Done:
2014-11-15 23:32:56 -08:00
Roopa Prabhu
7e39bbdfcf
Add vlan aware bridge examples
...
Ticket: CM-3346
Reviewed By: pending review
Testing Done: example files are tested
2014-11-15 23:22:01 -08:00
Roopa Prabhu
c25e5b6521
Add a new ifupdown2 example to cover bridge igmp and mstp attributes
...
Ticket: CM-1438
Reviewed By: TBD
Testing Done: Tested the example file with ifupdown2
2014-07-16 14:07:41 -07:00
Roopa Prabhu
f102ef630d
Fix splits everywhere to include space and tabs. Use regex split
...
Ticket: CM-3121
Reviewed By:
Testing Done: Ran precommit
Conflicts:
packages/ifupdown2-addons/pkg/modulebase.py
2014-07-16 13:51:00 -07:00
Roopa Prabhu
1b0b81a23f
prefix ethtool attributes with "link-" to be compatible with
...
native ifupdown + documentation fixes
Ticket: CM-3000
Reviewed By: trivial + doc related
Testing Done: Ran precommit
2014-07-16 12:02:31 -07:00
Roopa Prabhu
522bf8e68b
Fix bash completion for sudo users (mostly cosmetic) + man page and
...
example fixes
Ticket: CM-2911
Reviewed By: CCR-1637
Testing Done: tested ifupdown2 sanity and bash completion
The python argcomplete module that i use for ifupdown2 has a limitation
that it does not work with sudo when used in the global mode. But there is
a workaround for it online (long story short...instead of enabling the global
argparse complete ...the author recommends registering argparse complete bash
completion individually for your script). This patch does just that.
This patch also moves the udev overrides to their respective packages.
Two of them are owned by ifupdown2.
Conflicts:
rootconf/default/home/cumulus/sysroot-complete
2014-06-10 19:31:50 -07:00
roopa
883f7f83f2
Add examples and script to generate sample interfaces file
...
Ticket: CM-2643
Reviewed By:
Testing Done: Tested build/install
This also pulls in python-gvgen package from wheezy sid into our
upstream dir. Previously i had packaged the gvgen module directly
into the ifupdown package
2014-05-19 07:00:12 -07:00
roopa
47cd15c473
Update examples file
...
Ticket: CM-1438
Reviewed By:
Testing Done:
2014-01-30 19:46:52 -08:00
roopa
4716e0e5c9
Some fixes + enhancements
...
Ticket: CM-1438
Reviewed By:
Testing Done: Tested installing new ifupdown on the box
- fixed a few things in ifquery
- added new perfmode to skip some of the checks (useful during boot when there is
no previous state)
- updated doc dir with example
- Added README, TODO and KNOWN_ISSUES file
2013-11-10 22:35:40 -08:00